Fix pretty print test in Dart 2 mode (#82)

Fixes #79

The `toString()` changes depending on whether the VM is running with
Dart 2 semantics.
1 file changed
tree: 47f2aaac1706812309b148f3d90743ae4e4db07c
  1. lib/
  2. test/
  3. .gitignore
  4. .test_config
  5. .travis.yml
  6. analysis_options.yaml
  7. CHANGELOG.md
  8. codereview.settings
  9. LICENSE
  10. pubspec.yaml
  11. 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.