Skip to content

alexeyinkin/dart-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages