Release 0.12.0.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1111273006
1 file changed
tree: a8b69cfddf793257e4c1ab971faa10e2f005b9b0
  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.