Properly handle exceptions in CustomMatchers.
close #28 replace 'given' with 'actual' in error message (#52)

1 file changed
tree: 654c16d35b1f44b3c2a7253e3aad73dd3a7c42d0
  1. lib/
  2. test/
  3. .analysis_options
  4. .gitignore
  5. .test_config
  6. CHANGELOG.md
  7. codereview.settings
  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.