Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Issue 11189040: Added a new Matcher, FeatureMatcher, that is a useful abstract base class (Closed)

Created:
8 years, 2 months ago by gram
Modified:
8 years, 1 month ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Added a new Matcher, FeatureMatcher, that is a useful abstract base class for creating custom matchers. Committed: https://code.google.com/p/dart/source/detail?r=14114

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -0 lines) Patch
M pkg/unittest/core_matchers.dart View 1 1 chunk +51 lines, -0 lines 0 comments Download
M pkg/unittest/test/matchers_test.dart View 1 2 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
gram
8 years, 2 months ago (2012-10-17 19:50:39 UTC) #1
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/11189040/diff/1/pkg/unittest/core_matchers.dart File pkg/unittest/core_matchers.dart (right): https://codereview.chromium.org/11189040/diff/1/pkg/unittest/core_matchers.dart#newcode648 pkg/unittest/core_matchers.dart:648: * expect(inventoryItem, HasPrice(greaterThan(0))); HasPrice => new HasPrice?
8 years, 2 months ago (2012-10-17 19:53:05 UTC) #2
Siggi Cherem (dart-lang)
8 years, 2 months ago (2012-10-17 19:54:01 UTC) #3
https://codereview.chromium.org/11189040/diff/1/pkg/unittest/core_matchers.dart
File pkg/unittest/core_matchers.dart (right):

https://codereview.chromium.org/11189040/diff/1/pkg/unittest/core_matchers.da...
pkg/unittest/core_matchers.dart:650: abstract class FeatureMatcher extends
BaseMatcher {
an alternative name: CustomMatcher?

Powered by Google App Engine
This is Rietveld 408576698