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 0d7b6a3 commit 10e8635Copy full SHA for 10e8635
src/main/resources/META-INF/rewrite/junit5.yml
@@ -69,6 +69,7 @@ recipeList:
69
- org.openrewrite.java.testing.junit5.CleanupJUnitImports
70
- org.openrewrite.java.testing.junit5.ExpectedExceptionToAssertThrows
71
- org.openrewrite.java.testing.junit5.TemporaryFolderToTempDir
72
+ - org.openrewrite.java.testing.junit5.TestRuleToTestInfo
73
- org.openrewrite.java.testing.junit5.UpdateBeforeAfterAnnotations
74
- org.openrewrite.java.testing.junit5.UpdateTestAnnotation
75
- org.openrewrite.java.testing.junit5.ParameterizedRunnerToParameterized
0 commit comments