marklogic-community / data-explorer

Data Explorer Tool
Other
15 stars 4 forks source link

FERR-62 - Set up unit testing using ml-unit-test #20

Closed nlaprell closed 6 years ago

nlaprell commented 6 years ago

Original Reporter: @markschiffner
Created: 15/Nov/17 5:53 AM

Description

None

Comments

@damonfeldman added a comment - 2 days ago A standardized ML Test project is forming, using RoxyTest. In that approach 3-4 files from roxy that are specific to testing are needed, but not the full Roxy project.

These can run from a GUI or from JUnit - with the .JAR deployer we do have some Java, so that may be a way to go - or we can test via the ML .xqy web page only

Roxy test is nice also because it supports .xqy and .sjs, not just .xqy (as with XRay).

nlaprell commented 6 years ago

This branch is an initial unit test framework setup with a few example tests and helper features.

Remaining TODO items are located here.

nlaprell commented 6 years ago

Merged to Master