File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/openrewrite/java/testing/junit5 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ public class ParameterizedRunnerToParameterized extends Recipe {
3434 private static final AnnotationMatcher RUN_WITH_PARAMETERS = new AnnotationMatcher ("@org.junit.runner.RunWith(org.junit.runners.Parameterized.class)" );
3535 private static final AnnotationMatcher JUNIT_TEST = new AnnotationMatcher ("@org.junit.Test" );
3636 private static final AnnotationMatcher JUPITER_TEST = new AnnotationMatcher ("@org.junit.jupiter.api.Test" );
37- private static final AnnotationMatcher PARAMETERS = new AnnotationMatcher ("@org.junit.runners.Parameterized. Parameters" );
38- private static final AnnotationMatcher PARAMETER = new AnnotationMatcher ("@org.junit.runners.Parameterized. Parameter" );
37+ private static final AnnotationMatcher PARAMETERS = new AnnotationMatcher ("@org.junit.runners.Parameterized$ Parameters" );
38+ private static final AnnotationMatcher PARAMETER = new AnnotationMatcher ("@org.junit.runners.Parameterized$ Parameter" );
3939 private static final AnnotationMatcher PARAMETERIZED_TEST = new AnnotationMatcher ("@org.junit.jupiter.params.ParameterizedTest" );
4040
4141 private static final String PARAMETERS_ANNOTATION_ARGUMENTS = "parameters-annotation-args" ;
You can’t perform that action at this time.
0 commit comments