/ml-unit-test

Unit testing framework for MarkLogic

Primary LanguageXQueryOtherNOASSERTION

ml-unit-test includes the original Roxy unit test framework for MarkLogic and provides a few new features:

  1. A REST endpoint for listing and running unit tests
  2. A small Java library for integrating MarkLogic unit tests into existing test frameworks like JUnit
  3. The ability to depend on this module as a true third-party dependency via ml-gradle

To try this out locally, check out the ml-gradle example project. You can use that project's build.gradle file as an example of how to use ml-unit-test in your own project.