Skip to content

ddubson/junit5-kotlin-examples

Repository files navigation

JUnit 5 Examples

Build Status

Running all tests cases

via Gradle

Run the following in the console:

./gradlew test

test command runs the JUnit 5 Gradle Plugin :junitPlatformTest task which executes the test suite found in src/test/kotlin directory.

junitPlatformTest task depends on having an engine on the classpath. For our example suite, we are using the Jupiter engine.

About

JUnit 5 examples in Kotlin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages