From 05c20949d0534d58de4c3714f077bab2a0923f74 Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Mon, 5 Aug 2024 18:51:21 +0200 Subject: [PATCH] Add AssertLiteralBooleanToFailRecipe to JUnit5BestPractices --- src/main/resources/META-INF/rewrite/junit5.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/META-INF/rewrite/junit5.yml b/src/main/resources/META-INF/rewrite/junit5.yml index 6d889a85a..bb7521451 100755 --- a/src/main/resources/META-INF/rewrite/junit5.yml +++ b/src/main/resources/META-INF/rewrite/junit5.yml @@ -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