matching 0.1.3 copy "matching: ^0.1.3" to clipboard
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)
2
likes
160
points
57
downloads

Publisher

verified publisherainkin.com

Weekly Downloads

Every single matcher for your tests that you have been missing.

Repository (GitHub)

Topics

#testing

Documentation

API reference

License

MIT-0 (license)

Dependencies

test

More

Packages that depend on matching