This skeleton framework provides the scaffolding for further development and test execution. All required dependencies are included alongside with sample code.
You need to import it as project to your favorite IDE (IntelliJ is strongly advised)
gradlew clean test
on the terminal should execute your test classes (if gradle wrapper has been provided). Otherwise try gradle clean test