Minimal setup with Java JUnit5 to get you started.
More complicated JUnit5 setups
git clone https://github.com/swkBerlin/kata-bootstraps
cd java/junit5
Open as preexisting project in your favorite IDE and choose between gradle or maven nature
To execute the tests either run ./gradlew test
, mvn test
or run the tests from the IDE you are using
- JUnit 5.5.2
This repo was tested with eclipse and idea, if you encounter problems please open a issue or send a pull request.
Have fun!