Vador provides few matchers out of the box to help write Specs. These matchers address generic use-cases common among consumers. New matchers can be added as needed/requested. Currently, these are the available matchers:
-
AnyMatchers
-
anyOf -
anyOfOrNull
-
-
DateMatchers
-
isOnOrBeforeIfBothArePresent -
isBeforeIfBothArePresent -
isEqualToDayOfDate
-
-
IntMatchers
-
inRangeInclusive
-
This is a separate artifact, please use these coordinates to include them in your module.
<dependency>
<groupId>com.salesforce.vador</groupId>
<artifactId>vador-matchers</artifactId>
<version>1.0.0</version>
</dependency>