org.test4j.hamcrest.matcher.calendar
类 DateFormatMatcher
java.lang.Object
ext.test4j.hamcrest.BaseMatcher
org.test4j.hamcrest.matcher.calendar.DateFormatMatcher
- 所有已实现的接口:
- Matcher, SelfDescribing
public class DateFormatMatcher
- extends BaseMatcher
Calendar或Date的格式化值等于期望值断言器
- 作者:
- darui.wudr
DateFormatMatcher
public DateFormatMatcher(String format,
String date)
DateFormatMatcher
public DateFormatMatcher(SimpleDateFormat format,
String date)
matches
public boolean matches(Object actual)
describeTo
public void describeTo(Description description)
Copyright © 2013. All rights reserved.