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