Skip to content

Commit

Permalink
Use markdown in AddParameterizedTestAnnotation
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Aug 6, 2023
1 parent 6d5f1ae commit bf76c7a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ public class AddParameterizedTestAnnotation extends Recipe {

@Override
public String getDisplayName() {
return "Add missing @ParameterizedTest annotation when @ValueSource is used or " +
"replace @Test with @ParameterizedTest";
return "Add missing `@ParameterizedTest` annotation when `@ValueSource` is used or " +
"replace `@Test` with `@ParameterizedTest`";
}

@Override
public String getDescription() {
return "Add missing @ParameterizedTest annotation when @ValueSource is used or " +
"replace @Test with @ParameterizedTest.";
return "Add missing `@ParameterizedTest` annotation when `@ValueSource` is used or " +
"replace `@Test` with `@ParameterizedTest`.";
}

@Override
Expand Down

0 comments on commit bf76c7a

Please sign in to comment.