A declarative API for specifying expectations.

Clone this repo:
  1. f53e318 Merge branch 'stable' by Kevin Moore · 9 years ago master
  2. 6600254 Improve the formatting of strings that contain unprintable ASCII characters. by Natalie Weizenbaum · 9 years ago 0.11.4+2
  3. db1c5ea Improve the formatting of strings that contain unprintable ASCII characters. by Natalie Weizenbaum · 9 years ago
  4. 8ab6fef browsers tests cause runtime errors by Kevin Moore · 9 years ago
  5. 4198fe7 Small tweaks to improve analysis by Kevin Moore · 9 years ago

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.