Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 840 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 840 Bytes

rox-client-junit

JUnit client for ROX Center written in Java.

Usage

  1. Put the following dependency in your pom.xml
<dependency>
  <groupId>com.lotaris.rox.client</groupId>
  <artifactId>rox-client-junit</artifactId>
  <version>2.2.1</version>
</dependenc>

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

rox-client-junit is licensed under the MIT License. See LICENSE.txt for the full text.