Various helpers to help writing JUnit tests easier. Provide some annotations lookup to validate that Java EE entities match a defined contract.
- Put the following dependency in your pom.xml
<dependency>
<groupId>com.lotaris.junit</groupId>
<artifactId>junit-helpers</artifactId>
<version>1.0.0</version>
</dependenc>
- 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.
junit-helpers is licensed under the MIT License. See LICENSE.txt for the full text.