https://github.com/dattack/junit-extensions
jUnit extensions
https://github.com/dattack/junit-extensions
junit
Last synced: 5 months ago
JSON representation
jUnit extensions
- Host: GitHub
- URL: https://github.com/dattack/junit-extensions
- Owner: dattack
- License: apache-2.0
- Created: 2021-03-22T16:19:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T12:29:51.000Z (over 2 years ago)
- Last Synced: 2025-07-23T08:31:42.415Z (11 months ago)
- Topics: junit
- Language: Java
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/dattack/junit-extensions/actions)
[](LICENSE.md)
[](https://search.maven.org/artifact/com.dattack/junit-extensions)
[](https://javadoc.io/doc/com.dattack/junit-extensions)
# 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:
```xml
com.dattack
junit-extensions
0.2
```
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](https://github.com/dattack/junit-extensions/issues).
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
If you have other questions, please contact by [email](mailto:dev@dattack.com) or
[@dattackteam](https://twitter.com/dattackteam)
## License
Code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0.txt).