A minimal setup with Java, JUnit5, AssertJ and Mockito 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
Run ./gradlew idea
to build idea project.
To execute the tests either run ./gradlew test
, mvn test
or run the tests from the IDE you are using
- Vavr a functional library for Java.
This repo was tested with idea 2020.3.1, if you encounter problems please open an issue or send a pull request.
Have fun!