We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9a439 commit a5b6ecdCopy full SHA for a5b6ecd
src/main/resources/META-INF/rewrite/junit5.yml
@@ -208,8 +208,8 @@ recipeList:
208
---
209
type: specs.openrewrite.org/v1beta/recipe
210
name: org.openrewrite.java.testing.junit5.VertxUnitToVertxJunit5
211
-displayName: Use Vertx JUnit 5 Extension
212
-description: Migrates Vertx `@RunWith` `VertxUnitRunner` to the JUnit Jupiter `@ExtendWith` `VertxExtension`.
+displayName: Use Vert.x JUnit 5 Extension
+description: Migrates Vert.x `@RunWith` `VertxUnitRunner` to the JUnit Jupiter `@ExtendWith` `VertxExtension`.
213
tags:
214
- testing
215
- junit
0 commit comments