To run the tests for ml-javaclient-util, clone this repository and deploy this project's test application first via the following steps:
- Create a file named
gradle-local.properties
. - Add
mlPassword=
followed by the password for your MarkLogic admin user. - Verify that port 8028 is available on your computer - i.e. no other process is listening on it.
- Run
./gradlew -i mlDeploy
.
You can then run ./gradlew -i test
to run all of the tests.