Prepare the removal of the name parameter of isInstanceOf.

We can just use the generic parameter T directly.
1 file changed
tree: d863e99c0cd3e5a71c2217575a492b714b3093f8
  1. lib/
  2. test/
  3. .gitignore
  4. .status
  5. CHANGELOG.md
  6. codereview.settings
  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.