org.test4j.hamcrest.matcher.string
类 StringNotBlankMatcher

java.lang.Object
  继承者 ext.test4j.hamcrest.BaseMatcher<T>
      继承者 ext.test4j.hamcrest.TypeSafeMatcher<String>
          继承者 org.test4j.hamcrest.matcher.string.StringNotBlankMatcher
所有已实现的接口:
Matcher<String>, SelfDescribing

public class StringNotBlankMatcher
extends TypeSafeMatcher<String>


构造方法摘要
StringNotBlankMatcher()
           
 
方法摘要
 void describeTo(Description description)
           
 boolean matches(Object item)
           
protected  boolean matchesSafely(String item)
           
 
从类 ext.test4j.hamcrest.TypeSafeMatcher 继承的方法
describeMismatch, describeMismatchSafely
 
从类 ext.test4j.hamcrest.BaseMatcher 继承的方法
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

StringNotBlankMatcher

public StringNotBlankMatcher()
方法详细信息

describeTo

public void describeTo(Description description)

matches

public final boolean matches(Object item)
指定者:
接口 Matcher<String> 中的 matches
覆盖:
TypeSafeMatcher<String> 中的 matches

matchesSafely

protected boolean matchesSafely(String item)
指定者:
TypeSafeMatcher<String> 中的 matchesSafely


Copyright © 2013. All rights reserved.