https://github.com/wavesoftware/java-testing-starter
A simple testing starter for Java projects
https://github.com/wavesoftware/java-testing-starter
junit5 log4j2 logging starter testing
Last synced: 4 months ago
JSON representation
A simple testing starter for Java projects
- Host: GitHub
- URL: https://github.com/wavesoftware/java-testing-starter
- Owner: wavesoftware
- License: apache-2.0
- Created: 2019-05-24T21:37:09.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T03:13:52.000Z (over 2 years ago)
- Last Synced: 2025-01-19T00:48:06.286Z (5 months ago)
- Topics: junit5, log4j2, logging, starter, testing
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testing Starter for Java
[](https://travis-ci.org/wavesoftware/java-testing-starter) [](https://ci.appveyor.com/project/cardil/java-testing-starter/branch/develop) [](https://sonar.wavesoftware.pl/dashboard/index/pl.wavesoftware.testing:testing-starter-parent) [](https://sonar.wavesoftware.pl/dashboard/index/pl.wavesoftware.testing:testing-starter-parent) [](https://codecov.io/gh/wavesoftware/java-testing-starter) [](https://maven-badges.herokuapp.com/maven-central/pl.wavesoftware.testing/junit5-starter)A simple testing starter for Java projects
## Installation
```xml
pl.wavesoftware.testing
junit5-starter
1.0.0
pom
test```
## 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](http://danielkummer.github.io/git-flow-cheatsheet/) of:
1. Fork it
1. Create your feature branch (`git checkout -b feature/my-new-feature`)
1. Commit your changes (`git commit -am 'Add some feature'`)
1. Push to the branch (`git push origin feature/my-new-feature`)
1. Create new Pull RequestEven if you can't contribute code, if you have an idea for an improvement please open an [issue](https://github.com/wavesoftware/java-testing-starter/issues).
## Requirements
* Java 8
## Releases
* `1.0.0` - codename: *FrostyHeart*
* First publicly available release