| Index: pkg/unittest/lib/src/collection_matchers.dart
|
| ===================================================================
|
| --- pkg/unittest/lib/src/collection_matchers.dart (revision 18082)
|
| +++ pkg/unittest/lib/src/collection_matchers.dart (working copy)
|
| @@ -2,13 +2,12 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of matcher;
|
| +
|
| /**
|
| * Returns a matcher which matches [Collection]s in which all elements
|
| * match the given [matcher].
|
| */
|
| -
|
| -part of matcher;
|
| -
|
| Matcher everyElement(matcher) => new _EveryElement(wrapMatcher(matcher));
|
|
|
| class _EveryElement extends _CollectionMatcher {
|
|
|