After I executed org.openrewrite.java.testing.hamcrest.MigrateHamcrestToAssertJ, many hamcrest sentences still remained.
import org.hamcrest.Matchers.*;
import org.hamcrest.Matchers;
import org.hamcrest.Matcher;
not(hasKey("a"))
is("a")
not(hasEntry("jpg","image/jpg))
not(isEmptyOrNullString())
instanceOf(A.class)
not(contains("aa"))
MockitoHamcrest.argThat(hasKey("asd"))
hasSize(greaterThanOrEqualTo(1))
Description
BaseMatcher