Revert "Revert some changes since the latest published (#167)" (#170)

This reverts commit 5aae0d58d334bd329442e832ca5f7cfe5c04dd4e.
20 files changed
tree: d24671d562d287c2f8396ee550247d881e642119
  1. .github/
  2. lib/
  3. test/
  4. .gitignore
  5. analysis_options.yaml
  6. CHANGELOG.md
  7. LICENSE
  8. pubspec.yaml
  9. 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.