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 1f23943 commit 9b11e97Copy full SHA for 9b11e97
src/main/resources/META-INF/rewrite/junit5.yml
@@ -73,6 +73,7 @@ recipeList:
73
- org.junit.jupiter.api.Test
74
- org.openrewrite.java.testing.junit5.UseHamcrestAssertThat
75
- org.openrewrite.java.tesitng.junit5.UseMockitoExtension
76
+ - org.openrewrite.java.testing.junit5.UseTestMethodOrder
77
- org.openrewrite.java.testing.junit5.AssertToAssertions
78
- org.openrewrite.java.testing.junit5.CategoryToTag
79
- org.openrewrite.java.testing.junit5.CleanupJUnitImports
0 commit comments