Package nablarch.test
Class IgnoringLS.EqualsIgnoreLS
java.lang.Object
org.hamcrest.BaseMatcher<String>
nablarch.test.IgnoringLS.EqualsIgnoreLS
- All Implemented Interfaces:
- org.hamcrest.Matcher<String>,- org.hamcrest.SelfDescribing
- Enclosing class:
- IgnoringLS
改行の種類以外が等しいことを表明するMatcherクラス。
- Author:
- T.Kawasaki
- 
Method SummaryModifier and TypeMethodDescriptionvoiddescribeTo(org.hamcrest.Description description) protected booleanマッチするか判定する。protected String期待値を返却する。booleanMethods inherited from class org.hamcrest.BaseMatcher_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
- 
Method Details- 
doMatchesマッチするか判定する。- Parameters:
- actual- 実際の値
- Returns:
- 判定結果
 
- 
getExpected期待値を返却する。- Returns:
- 期待値
 
- 
matches
- 
describeTopublic void describeTo(org.hamcrest.Description description) 
 
-