The OrderingComparison::greaterThan matcher will work on any type which is comparable to itself (it’s in the org.hamcrest.number
package, but it’s not actually number-specific). Date is such a type.
The OrderingComparison::greaterThan matcher will work on any type which is comparable to itself (it’s in the org.hamcrest.number
package, but it’s not actually number-specific). Date is such a type.