matching 0.1.3
matching: ^0.1.3 copied to clipboard
Every single matcher for your tests that you have been missing.
This package is a work in progress. It will contain all the matchers you were missing. If you have a good general purpose matcher, submit a PR!
Currently we have:
Comparables #
isAfter(Comparable)
isAfterOrEqualTo(Comparable)
isBefore(Comparable)
isBeforeOrEqualTo(Comparable)
Iterables #
iterableStartsWith(Iterable)
iterableEndsWith(Iterable)
Strings #
stringContainsNTimes(String, int)
Testing Other Matchers #
throwsTestFailure
throwsTestFailureContaining(String)