junit-extensions
junit-extensions provides a set of utility classes that extends functionally of JUnit and simplify coding of new tests.
Where can I get the latest release?
You can pull it from the central Maven repositories:
<dependency>
<groupId>com.dattack</groupId>
<artifactId>junit-extensions</artifactId>
<version>0.1</version>
</dependency>
The source code on the master branch is the current state of development; it is not recommended for general use. If you prefer to build from source, please use an appropriate release tag.
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
If you have other questions, please contact by email or @dattackteam
License
Code is under the Apache Licence v2.