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 41a01da commit baee2bfCopy full SHA for baee2bf
src/main/resources/META-INF/rewrite/hamcrest.yml
@@ -275,6 +275,12 @@ recipeList:
275
- org.openrewrite.java.testing.hamcrest.HamcrestNotMatcherToAssertJ:
276
notMatcher: hasItem
277
assertion: doesNotContain
278
+ - org.openrewrite.java.testing.hamcrest.HamcrestNotMatcherToAssertJ:
279
+ notMatcher: hasItems
280
+ assertion: doesNotContain
281
282
+ notMatcher: empty
283
+ assertion: isNotEmpty
284
285
# Add dependency if not already present
286
- org.openrewrite.java.dependencies.AddDependency:
0 commit comments