We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402a8cb commit 02c06d0Copy full SHA for 02c06d0
src/main/java/org/openrewrite/java/testing/junit5/GradleUseJunitJupiter.java
@@ -47,7 +47,7 @@ public String getDisplayName() {
47
48
@Override
49
public String getDescription() {
50
- return "By default Gradle's `Test` tasks use JUnit 4." +
+ return "By default Gradle's `Test` tasks use JUnit 4. " +
51
"Gradle `Test` tasks must be configured with `useJUnitPlatform()` to run JUnit Jupiter tests. " +
52
"This recipe adds the `useJUnitPlatform()` method call to the `Test` task configuration.";
53
}
0 commit comments