7 lines
350 B
Markdown
7 lines
350 B
Markdown
# junit5-jupiter-starter-gradle
|
|
|
|
The `junit5-jupiter-starter-gradle` project demonstrates how to run tests based on JUnit
|
|
Jupiter using [Gradle's native JUnit Platform support], Gradle's Groovy DSL
|
|
and code and tests written in Java.
|
|
|
|
[Gradle's native JUnit Platform support]: https://docs.gradle.org/current/userguide/java_testing.html#using_junit5
|