Returns a matcher which matches if the match argument is greater
than the given value
.
Source
Matcher greaterThan(value) => new _OrderingComparison(value, false, false, true, 'a value greater than');
Returns a matcher which matches if the match argument is greater
than the given value
.
Matcher greaterThan(value) => new _OrderingComparison(value, false, false, true, 'a value greater than');