Prepare for the 2.11 dev SDKs (#156)

Bump the upper bound to allow 2.10 stable and 2.11.0 dev SDK versions.
2 files changed
tree: 1e0936562df4a8772aeaa6c20e8802d134c31985
  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.