Skip to content

Various helpers to help writing JUnit tests easier. Provide some annotations lookup to validate that Java EE entities match a defined contract.

License

Notifications You must be signed in to change notification settings

lotaris/junit-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

junit-helpers

Various helpers to help writing JUnit tests easier. Provide some annotations lookup to validate that Java EE entities match a defined contract.

Usage

  1. Put the following dependency in your pom.xml
<dependency>
  <groupId>com.lotaris.junit</groupId>
  <artifactId>junit-helpers</artifactId>
  <version>1.0.0</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

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

About

Various helpers to help writing JUnit tests easier. Provide some annotations lookup to validate that Java EE entities match a defined contract.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages