commit | 831097d5830813991c7f937cbe17b538f13bd3f0 | [log] [tgz] |
---|---|---|
author | nweiz@google.com <nweiz@google.com> | Thu Dec 04 21:28:04 2014 +0000 |
committer | nweiz@google.com <nweiz@google.com> | Thu Dec 04 21:28:04 2014 +0000 |
tree | 954b0f63441be1ce02ad63af607990b5e79b0b50 | |
parent | 3bec76d7bed0b7bc42dc5f858867b3fde0182540 [diff] |
Add isNotEmpty to core_matchers. BUG=https://code.google.com/p/dart/issues/detail?id=21562 R=nweiz@google.com Review URL: https://codereview.chromium.org//763783003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/matcher@42119 260f80e4-7a28-3924-810f-c04153c831b5
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.