File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/org/openrewrite/java/testing/junit5 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ public class AddParameterizedTestAnnotation extends Recipe {
4545
4646 @ Override
4747 public String getDisplayName () {
48- return "Add missing @ParameterizedTest annotation when @ValueSource is used or " +
49- "replace @Test with @ParameterizedTest" ;
48+ return "Add missing ` @ParameterizedTest` annotation when ` @ValueSource` is used or " +
49+ "replace ` @Test` with ` @ParameterizedTest` " ;
5050 }
5151
5252 @ Override
5353 public String getDescription () {
54- return "Add missing @ParameterizedTest annotation when @ValueSource is used or " +
55- "replace @Test with @ParameterizedTest." ;
54+ return "Add missing ` @ParameterizedTest` annotation when ` @ValueSource` is used or " +
55+ "replace ` @Test` with ` @ParameterizedTest` ." ;
5656 }
5757
5858 @ Override
You can’t perform that action at this time.
0 commit comments