a few more strong-mode fixes

R=nweiz@google.com

Review URL: https://codereview.chromium.org//1827353003 .
3 files changed
tree: bd273c0c5cfeb2de975b8cc869aa0d3c165c66d3
  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.