Skip to content

Commit

Permalink
Update RunnerToExtension.java example
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored May 17, 2024
1 parent baee2bf commit f32fdb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class RunnerToExtension extends Recipe {

@Option(displayName = "Runners",
description = "The fully qualified class names of the JUnit 4 runners to replace. Sometimes several runners are replaced by a single JUnit Jupiter extension.",
example = "org.springframework.test.context.junit4.SpringRunner")
example = "[ org.springframework.test.context.junit4.SpringRunner ]")
List<String> runners;

@Option(displayName = "Extension",
Expand Down

0 comments on commit f32fdb0

Please sign in to comment.