java-client-library/test
David Russell 7d1c178fb8 Initial commit.
- Java client library source.
- Client library tutorial examples.
- Client library unit tests.
- Client library, examples, tests build scripts.
2014-11-27 09:38:29 +07:00
..
gradle/wrapper Initial commit. 2014-11-27 09:38:29 +07:00
src/test/java/com/revo/deployr Initial commit. 2014-11-27 09:38:29 +07:00
README.md Initial commit. 2014-11-27 09:38:29 +07:00
build.gradle Initial commit. 2014-11-27 09:38:29 +07:00
gradlew Initial commit. 2014-11-27 09:38:29 +07:00
gradlew.bat Initial commit. 2014-11-27 09:38:29 +07:00

README.md

DeployR Java Client Library JUnit Tests

The DeployR Java client library ships with a set of unit tests.

A Gradle build script is provided to run the unit tests:

build.gradle

By default, the build configuration assumes an instance of the DeployR server is running on localhost. If your instance of DeployR is running at some other IP address then please udpate the endpoint property in the configuration file as appropriate.

You do not need to install Gradle before running these commands. To run this example application on a Unix based OS, run the following shell script:

gradlew test

To run this example application on a Windows based OS, run the following batch file:

gradlew.bat test