Skip to content

Commit cb59832

Browse files
authored
Remove test prefix with JUnit best practices (#424)
1 parent 39dc67c commit cb59832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/META-INF/rewrite/junit5.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ recipeList:
2525
- org.openrewrite.java.testing.junit5.StaticImports
2626
- org.openrewrite.java.testing.junit5.JUnit4to5Migration
2727
- org.openrewrite.java.testing.junit5.CleanupAssertions
28+
- org.openrewrite.java.testing.cleanup.RemoveTestPrefix
2829
- org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic
2930
- org.openrewrite.java.testing.junit5.AddParameterizedTestAnnotation
3031
- org.openrewrite.java.testing.junit5.RemoveDuplicateTestTemplates

0 commit comments

Comments
 (0)