Point to isA over TypeMatcher (#114)

See comments at https://github.com/dart-lang/matcher/issues/98#issuecomment-536785301
2 files changed
tree: de0810613ebe91ae61db78150f3c30773c500c6f
  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.