commit | 2bfee36986137b78bed630663d18f0eacb8610c7 | [log] [tgz] |
---|---|---|
author | Andreas Kirsch <blackhc@gmail.com> | Fri Mar 20 12:51:28 2015 +0100 |
committer | Andreas Kirsch <blackhc@gmail.com> | Fri Mar 20 12:51:28 2015 +0100 |
tree | 104a1dd9889a2b5115f7c51d94eed554f64a7884 | |
parent | f53e318e999f297ba208a3633601e1216f0dfe34 [diff] |
Prepare the removal of the name parameter of isInstanceOf. We can just use the generic parameter T directly.
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.