/kata

Primary LanguageJava

Java JUnit5

A minimal setup with Java, JUnit5, AssertJ and Mockito to get you started.

You can use gradle or maven

More complicated JUnit5 setups

Setup

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

(optional) IDE Setup

Run ./gradlew idea to build idea project.

Running Tests

To execute the tests either run ./gradlew test, mvn test or run the tests from the IDE you are using

Test Libraries Available from the Get-Go

Additional Libraries

  • 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!

kata