org.test4j.hamcrest.matcher.calendar
类 DateEqualMatcher

java.lang.Object
  继承者 ext.test4j.hamcrest.BaseMatcher<T>
      继承者 ext.test4j.hamcrest.core.IsEqual<Date>
          继承者 org.test4j.hamcrest.matcher.calendar.DateEqualMatcher
所有已实现的接口:
Matcher<Date>, SelfDescribing

public class DateEqualMatcher
extends IsEqual<Date>


构造方法摘要
DateEqualMatcher(Date date)
           
 
方法摘要
static DateEqualMatcher newMatcher(Calendar cal)
           
static DateEqualMatcher newMatcher(Date date)
           
static DateEqualMatcher newMatcher(long time)
           
 
从类 ext.test4j.hamcrest.core.IsEqual 继承的方法
describeTo, equalTo, matches
 
从类 ext.test4j.hamcrest.BaseMatcher 继承的方法
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

DateEqualMatcher

public DateEqualMatcher(Date date)
方法详细信息

newMatcher

public static DateEqualMatcher newMatcher(long time)

newMatcher

public static DateEqualMatcher newMatcher(Date date)

newMatcher

public static DateEqualMatcher newMatcher(Calendar cal)


Copyright © 2013. All rights reserved.