Skip to content

Commit a3d57c0

Browse files
committed
Add wiremock extension recipe to JUnit 4->5 migration (issue #170)
1 parent 85efcde commit a3d57c0

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
@@ -44,6 +44,7 @@ tags:
4444
- testing
4545
- junit
4646
recipeList:
47+
- org.openrewrite.java.testing.junit5.UseWiremockExtension
4748
- org.openrewrite.java.testing.junit5.IgnoreToDisabled
4849
- org.openrewrite.java.ReorderMethodArguments:
4950
methodPattern: org.junit.Assume assume*(String, boolean)

0 commit comments

Comments
 (0)