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 39dc67c commit cb59832Copy full SHA for cb59832
src/main/resources/META-INF/rewrite/junit5.yml
@@ -25,6 +25,7 @@ recipeList:
25
- org.openrewrite.java.testing.junit5.StaticImports
26
- org.openrewrite.java.testing.junit5.JUnit4to5Migration
27
- org.openrewrite.java.testing.junit5.CleanupAssertions
28
+ - org.openrewrite.java.testing.cleanup.RemoveTestPrefix
29
- org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic
30
- org.openrewrite.java.testing.junit5.AddParameterizedTestAnnotation
31
- org.openrewrite.java.testing.junit5.RemoveDuplicateTestTemplates
0 commit comments