Skip to content

Commit 3c60d66

Browse files
authored
Alek/including new recipes in recipe list best practices (#367)
* updated junit5 yml files to include the two new recipes in the best practices * moved AddParameterizedTestAnnotation and RemoveDuplicateTestTemplates to best practices list
1 parent 86dad6a commit 3c60d66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ recipeList:
2626
- org.openrewrite.java.testing.junit5.JUnit4to5Migration
2727
- org.openrewrite.java.testing.junit5.CleanupAssertions
2828
- org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic
29+
- org.openrewrite.java.testing.junit5.AddParameterizedTestAnnotation
30+
- org.openrewrite.java.testing.junit5.RemoveDuplicateTestTemplates
2931
---
3032
type: specs.openrewrite.org/v1beta/recipe
3133
name: org.openrewrite.java.testing.junit5.StaticImports

0 commit comments

Comments
 (0)