Add a [prints] matcher to the matcher library.

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//766653005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/matcher@42270 260f80e4-7a28-3924-810f-c04153c831b5
5 files changed
tree: 298d2b9b5c9283f683797c31ef9d1ff0b73313c0
  1. lib/
  2. test/
  3. CHANGELOG.md
  4. LICENSE
  5. pubspec.yaml
  6. 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.