Class WeekdayValidationMatcher

java.lang.Object
org.citrusframework.validation.matcher.core.WeekdayValidationMatcher
All Implemented Interfaces:
ControlExpressionParser, ValidationMatcher

public class WeekdayValidationMatcher extends Object implements ValidationMatcher, ControlExpressionParser
Special validation matcher implementation checks that a given date matches an expected weekday.

Control weekday value is one of these strings: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY

In addition to that user can specify the date format to parse: MONDAY(YYYY-MM-DD)

Since:
1.3.1