Deprecate isCastError (#133)

For consistency with the SDK, and in anticipation of all `is*Error`
matchers being deprecated in some future release, eagerly deprecate
`isCastError`.
2 files changed
tree: 6070e392906e75b78c033abee92136e9cb5417f5
  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.