Skip to content

org.openrewrite.java.testing.hamcrest.MigrateHamcrestToAssertJ Omission #866

@ChenyuWang98

Description

@ChenyuWang98

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Recipes Wanted

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions