Class AfterDateTimePattern
java.lang.Object
com.github.tomakehurst.wiremock.matching.ContentPattern<String>
com.github.tomakehurst.wiremock.matching.StringValuePattern
com.github.tomakehurst.wiremock.matching.AbstractDateTimePattern
com.github.tomakehurst.wiremock.matching.AfterDateTimePattern
- All Implemented Interfaces:
NamedValueMatcher<String>,ValueMatcher<String>
-
Field Summary
Fields inherited from class com.github.tomakehurst.wiremock.matching.ContentPattern
expectedValue -
Constructor Summary
ConstructorsConstructorDescriptionAfterDateTimePattern(String dateTimeSpec) AfterDateTimePattern(String dateTimeSpec, String actualDateFormat, String truncateExpected, String truncateActual, boolean applyTruncationLast, Integer expectedOffsetAmount, DateTimeUnit expectedOffsetUnit) AfterDateTimePattern(LocalDateTime localDateTime) AfterDateTimePattern(ZonedDateTime zonedDateTime) -
Method Summary
Modifier and TypeMethodDescriptiongetAfter()protected MatchResultgetMatchResult(ZonedDateTime zonedExpected, LocalDateTime localExpected, ZonedDateTime zonedActual, LocalDateTime localActual) Methods inherited from class com.github.tomakehurst.wiremock.matching.AbstractDateTimePattern
actualFormat, applyTruncationLast, expectedOffset, expectedOffset, getActualFormat, getApplyTruncationLast, getTruncateActual, getTruncateExpected, getValue, match, truncateActual, truncateExpectedMethods inherited from class com.github.tomakehurst.wiremock.matching.StringValuePattern
and, equals, getExpected, getName, hashCode, isAbsent, isPresent, nullSafeIsAbsent, or, toStringMethods inherited from class com.github.tomakehurst.wiremock.matching.ContentPattern
isNullValuePermitted
-
Constructor Details
-
AfterDateTimePattern
-
AfterDateTimePattern
-
AfterDateTimePattern
-
AfterDateTimePattern
-
-
Method Details
-
getMatchResult
protected MatchResult getMatchResult(ZonedDateTime zonedExpected, LocalDateTime localExpected, ZonedDateTime zonedActual, LocalDateTime localActual) - Specified by:
getMatchResultin classAbstractDateTimePattern
-
getAfter
-