Add containsAllInOrder (#46)

his matcher is useful for testing that expected values are present
while allowing for additional values, or when used multiple times for
testing the combination of multiple ordered collections while allowing
for arbitrary interleaving.

Bump version in pubspec
4 files changed
tree: 3c6a9d6c695bbf6e630e345549d71ea1862d6f76
  1. lib/
  2. test/
  3. .analysis_options
  4. .gitignore
  5. .test_config
  6. CHANGELOG.md
  7. codereview.settings
  8. LICENSE
  9. pubspec.yaml
  10. README.md
README.md

Support for specifying test expectations, such as for unit tests.

The matcher library provides a third-generation assertion mechanism, drawing inspiration from Hamcrest.

For more information, see Unit Testing with Dart.