Support Dart v2-dev in pubspec
1 file changed
tree: 8e802e6f0b3cb0bac3f79337c72ca6aaf9fd59c0
  1. lib/
  2. test/
  3. .gitignore
  4. .test_config
  5. analysis_options.yaml
  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.