Testing Starter for Java
A simple testing starter for Java projects
Installation
<dependency>
<groupId>pl.wavesoftware.testing</groupId>
<artifactId>junit5-starter</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<scope>test</scope>
</dependency>
Usage
Simply adding a dependency should do the trick. There will be:
- logging configured with log4j2, slf4j, jul and jcl
- proper logging integration with Spring/Spring-Boot, if present, and
EnableAutoConfiguration
is used. - color logs
- logging collector for log4j2 for testing purposes
Contributing
Contributions are welcome!
To contribute, follow the standard git flow of:
- Fork it
- Create your feature branch (
git checkout -b feature/my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/my-new-feature
) - Create new Pull Request
Even if you can't contribute code, if you have an idea for an improvement please open an issue.
Requirements
- Java 8
Releases
1.0.0
- codename: FrostyHeart- First publicly available release