/spock-jupiter

Example of spockframework combined with JUnit5

Primary LanguageJavaMIT LicenseMIT

Spockframework and JUnit5

Short example showing the combination of Spock and JUnit5 tests in one project. To be a selfcontained project, this includes a gradle and maven wrapper.

The tests can be executed by running them with:

  1. gradle
    ./gradlew test

  2. maven
    ./mvnw test