An open API service indexing awesome lists of open source software.

https://github.com/dattack/junit-extensions

jUnit extensions
https://github.com/dattack/junit-extensions

junit

Last synced: 5 months ago
JSON representation

jUnit extensions

Awesome Lists containing this project

README

          

[![Build](https://github.com/dattack/junit-extensions/actions/workflows/maven-deploy.yml/badge.svg?branch=dev)](https://github.com/dattack/junit-extensions/actions)
[![license](https://img.shields.io/:license-Apache-blue.svg?style=plastic-square)](LICENSE.md)
[![Maven Central](https://img.shields.io/maven-central/v/com.dattack/junit-extensions.svg?label=Maven%20Central)](https://search.maven.org/artifact/com.dattack/junit-extensions)
[![javadoc](https://javadoc.io/badge2/com.dattack/junit-extensions/javadoc.svg)](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).