Revert "Add isAssertionError (#118)" (#119)

This reverts commit 98aa43660108af785845f84ffa1fde786d9a0a77.

Rolling this will require coordination with flutter.
3 files changed
tree: 8961783168164bd979b83534bc2629b142595e48
  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.