update for the 2.10 dev sdk (#154)

This is in preparation for the actual 2.10 dev sdk release.
2 files changed
tree: a9e35b201ebaab3e052d398f051da81795d5776f
  1. lib/
  2. test/
  3. .gitignore
  4. .test_config
  5. .travis.yml
  6. analysis_options.yaml
  7. CHANGELOG.md
  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.