Use the new test runner on the bots.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1232043004 .
6 files changed
tree: 8100b02d04d014efab26090c73dbf25d034c0005
  1. lib/
  2. test/
  3. .gitignore
  4. .test_config
  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.