Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

lotaris/java-api-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Unmaintained.


java-api-test

A Java library to test JSON APIs with JUnit.

Usage

  1. 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>

Requirements

  • Java 6+

Contributing

  • 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.

License

java-api-test is licensed under the MIT License. See LICENSE.txt for the full text.

About

A Java library to test JSON APIs with JUnit.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages