Validate that the element is (inclusive) between min and max.
Validate that the element should be equal to one of the elements in option given that it is set.
Validate that the element should be equal to value given that it is set.
Validate rule only if precondition evaluates to true.
Validate that predicate evaluates to true.
Validate that the element is less than or equal to value.
Validate that the element is greater than or equal to value.
Validate that the rule does not hold.
Validate rule only if the evaluated result of value is not null.
Validate that the element is set.
Validate rule only if date has been in the past.
Validate that the element is not set.
Execute the given rule(s) on the fixture.