Skip to content

Commit 6552c62

Browse files
igorwojdasormuras
authored andcommitted
Add info ho to execute tests in Gradle samples
1 parent 09f1933 commit 6552c62

File tree

2 files changed

+4
-0
lines changed
  • junit5-jupiter-starter-gradle-groovy
  • junit5-jupiter-starter-gradle-kotlin

2 files changed

+4
-0
lines changed

junit5-jupiter-starter-gradle-groovy/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ Jupiter using [Gradle's native JUnit Platform support], Gradle's Groovy DSL
55
and code and tests written in Groovy.
66

77
[Gradle's native JUnit Platform support]: https://docs.gradle.org/current/userguide/java_testing.html#using_junit5
8+
9+
Run `./gradlew test` to execute all tests.

junit5-jupiter-starter-gradle-kotlin/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ JUnit Jupiter using [Gradle's native JUnit Platform support], Gradle's Kotlin DS
55
and code and tests written in Kotlin.
66

77
[Gradle's native JUnit Platform support]: https://docs.gradle.org/current/userguide/java_testing.html#using_junit5
8+
9+
Run `./gradlew test` to execute all tests.

0 commit comments

Comments
 (0)