Add isAssertionError (#118)

Towards https://github.com/dart-lang/test/issues/1094
3 files changed
tree: a28e72fe53fac80d1ba0885b5c90da5ff91f5a1c
  1. lib/
  2. test/
  3. .gitignore
  4. .test_config
  5. .travis.yml
  6. analysis_options.yaml
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. 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.