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

public static final class IgnoringLS.EqualsIgnoreLS extends org.hamcrest.BaseMatcher<String>
改行の種類以外が等しいことを表明するMatcherクラス。
  • Method Details

    • doMatches

      protected boolean doMatches(String actual)
      マッチするか判定する。
      Parameters:
      actual - 実際の値
      Returns:
      判定結果
    • getExpected

      protected String getExpected()
      期待値を返却する。
      Returns:
      期待値
    • matches

      public boolean matches(Object o)
    • describeTo

      public void describeTo(org.hamcrest.Description description)