matcher: fixed status file, formatting, tweaks to readme

R=sigmund@google.com

Review URL: https://codereview.chromium.org//840133003
34 files changed
tree: 3d08125db486e36ea71b007ecb1dcc1e0a2663d3
  1. lib/
  2. test/
  3. .gitignore
  4. .status
  5. CHANGELOG.md
  6. codereview.settings
  7. LICENSE
  8. pubspec.yaml
  9. 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.