public static final class IgnoringLS.EqualsIgnoreLS
extends org.hamcrest.BaseMatcher<java.lang.String>
修飾子とタイプ | メソッドと説明 |
---|---|
void |
describeTo(org.hamcrest.Description description)
Generates a description of the object.
|
protected boolean |
doMatches(java.lang.String actual)
マッチするか判定する。
|
protected java.lang.String |
getExpected()
期待値を返却する。
|
boolean |
matches(java.lang.Object o)
Evaluates the matcher for argument item.
|
protected boolean doMatches(java.lang.String actual)
actual
- 実際の値protected java.lang.String getExpected()
public boolean matches(java.lang.Object o)
o
- the object against which the matcher is evaluated.true
if item matches, otherwise false
.BaseMatcher
public void describeTo(org.hamcrest.Description description)
description
- The description to be built or appended to.