Skip to content

Commit

Permalink
Remove test prefix with JUnit best practices (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Nov 8, 2023
1 parent 39dc67c commit cb59832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/META-INF/rewrite/junit5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ recipeList:
- org.openrewrite.java.testing.junit5.StaticImports
- org.openrewrite.java.testing.junit5.JUnit4to5Migration
- org.openrewrite.java.testing.junit5.CleanupAssertions
- org.openrewrite.java.testing.cleanup.RemoveTestPrefix
- org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic
- org.openrewrite.java.testing.junit5.AddParameterizedTestAnnotation
- org.openrewrite.java.testing.junit5.RemoveDuplicateTestTemplates
Expand Down

0 comments on commit cb59832

Please sign in to comment.