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

Issue 16408019: Improved error messages from unittest. (Closed)

Created:
7 years, 6 months ago by gram
Modified:
7 years, 6 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Improved error messages from unittest. R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=24045

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 4

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+552 lines, -444 lines) Patch
M pkg/scheduled_test/test/descriptor/file_test.dart View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -4 lines 0 comments Download
M pkg/unittest/lib/mock.dart View 1 2 3 4 5 6 7 8 15 chunks +16 lines, -22 lines 0 comments Download
M pkg/unittest/lib/src/basematcher.dart View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -20 lines 0 comments Download
M pkg/unittest/lib/src/core_matchers.dart View 1 2 3 4 5 6 7 8 33 chunks +154 lines, -117 lines 0 comments Download
M pkg/unittest/lib/src/description.dart View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/unittest/lib/src/expect.dart View 1 2 3 4 5 6 7 8 4 chunks +18 lines, -6 lines 0 comments Download
M pkg/unittest/lib/src/future_matchers.dart View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M pkg/unittest/lib/src/interfaces.dart View 1 2 3 4 5 6 7 8 5 chunks +5 lines, -5 lines 0 comments Download
M pkg/unittest/lib/src/iterable_matchers.dart View 1 2 3 4 5 6 7 8 10 chunks +39 lines, -36 lines 0 comments Download
M pkg/unittest/lib/src/map_matchers.dart View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/unittest/lib/src/numeric_matchers.dart View 1 2 3 4 5 6 7 8 6 chunks +12 lines, -6 lines 0 comments Download
M pkg/unittest/lib/src/operator_matchers.dart View 1 2 3 4 5 6 7 8 4 chunks +7 lines, -11 lines 0 comments Download
M pkg/unittest/lib/src/string_matchers.dart View 1 2 3 4 5 6 7 8 7 chunks +11 lines, -10 lines 0 comments Download
M pkg/unittest/lib/unittest.dart View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -0 lines 0 comments Download
M pkg/unittest/test/instance_test.dart View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -4 lines 0 comments Download
M pkg/unittest/test/matchers_minified_test.dart View 1 2 3 4 5 6 7 8 10 chunks +26 lines, -33 lines 0 comments Download
M pkg/unittest/test/matchers_test.dart View 1 2 3 4 5 6 7 8 26 chunks +206 lines, -128 lines 0 comments Download
M pkg/unittest/test/matchers_unminified_test.dart View 1 2 3 4 5 6 7 8 10 chunks +25 lines, -31 lines 0 comments Download
M pkg/unittest/test/test_utils.dart View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M pkg/unittest/test/unittest_test.dart View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
gram
7 years, 6 months ago (2013-06-12 00:17:36 UTC) #1
Siggi Cherem (dart-lang)
lgtm! https://codereview.chromium.org/16408019/diff/2001/pkg/unittest/lib/src/core_matchers.dart File pkg/unittest/lib/src/core_matchers.dart (right): https://codereview.chromium.org/16408019/diff/2001/pkg/unittest/lib/src/core_matchers.dart#newcode655 pkg/unittest/lib/src/core_matchers.dart:655: // We want to generate a different description ...
7 years, 6 months ago (2013-06-12 00:34:45 UTC) #2
gram
PTAL. I apologize for sending this back but I realized that by dropping the description ...
7 years, 6 months ago (2013-06-13 19:06:15 UTC) #3
Siggi Cherem (dart-lang)
very very cool. LGTM! https://codereview.chromium.org/16408019/diff/18001/pkg/unittest/lib/src/core_matchers.dart File pkg/unittest/lib/src/core_matchers.dart (right): https://codereview.chromium.org/16408019/diff/18001/pkg/unittest/lib/src/core_matchers.dart#newcode140 pkg/unittest/lib/src/core_matchers.dart:140: _recursiveMatch, depth+1, location); nit: fix ...
7 years, 6 months ago (2013-06-14 01:20:56 UTC) #4
gram
7 years, 6 months ago (2013-06-14 19:32:29 UTC) #5
Message was sent while issue was closed.
Committed patchset #9 manually as r24045 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698