Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1 KB

File metadata and controls

41 lines (37 loc) · 1 KB

Matchers

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>