A Java library to test JSON APIs with JUnit.
- Put the following dependency in your pom.xml
<dependency>
<groupId>com.lotaris.api</groupId>
<artifactId>java-api-test</artifactId>
<version>1.5.0</version>
</dependency>
- Java 6+
- Fork
- Create a topic branch -
git checkout -b feature
- Push to your branch -
git push origin feature
- Create a pull request from your branch
Please add a changelog entry with your name for new features and bug fixes.
java-api-test is licensed under the MIT License. See LICENSE.txt for the full text.