matching 0.1.2
matching: ^0.1.2 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)
Testing Other Matchers #
throwsTestFailurethrowsTestFailureContaining(String)