Skip to content

Commit

Permalink
Add AssertLiteralBooleanToFailRecipe to JUnit5BestPractices
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Aug 5, 2024
1 parent 60acc32 commit 05c2094
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.JUnit4to5Migration
- org.openrewrite.java.testing.junit5.StaticImports
- org.openrewrite.java.testing.junit5.CleanupAssertions
- org.openrewrite.java.testing.cleanup.AssertLiteralBooleanToFailRecipe
- org.openrewrite.java.testing.cleanup.RemoveTestPrefix
- org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic
- org.openrewrite.java.testing.junit5.AddParameterizedTestAnnotation
Expand Down

0 comments on commit 05c2094

Please sign in to comment.