public class IsEqualIgnoringCase extends TypeSafeMatcher<java.lang.String>
Constructor and Description |
---|
IsEqualIgnoringCase(java.lang.String string) |
Modifier and Type | Method and Description |
---|---|
void |
describeMismatchSafely(java.lang.String item,
Description mismatchDescription)
Subclasses should override this.
|
void |
describeTo(Description description)
Generates a description of the object.
|
static Matcher<java.lang.String> |
equalToIgnoringCase(java.lang.String string) |
boolean |
matchesSafely(java.lang.String item)
Subclasses should implement this.
|
describeMismatch, matches
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
public boolean matchesSafely(java.lang.String item)
TypeSafeMatcher
matchesSafely
in class TypeSafeMatcher<java.lang.String>
public void describeMismatchSafely(java.lang.String item, Description mismatchDescription)
TypeSafeMatcher
describeMismatchSafely
in class TypeSafeMatcher<java.lang.String>
public void describeTo(Description description)
SelfDescribing
description
- The description to be built or appended to.public static Matcher<java.lang.String> equalToIgnoringCase(java.lang.String string)