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

Issue 12328090: unittest: Updates to Configuration, one deprecation (Closed)

Created:
7 years, 10 months ago by kevmoo-old
Modified:
7 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Configuration: make currentTestCase get-only - Should be updated only by onTestStart, onTestResult - Added asserts to ensure calls to the above happen in expected order with reasonable values Configuration: removed notifyController from - Does nothing, never called, never overridden Configuration: add types to properties - Nice for dartdoc deprecated throwsIllegalJSRegExpException - since IllegalJSRegExpException is also deprecated Committed: https://code.google.com/p/dart/source/detail?r=19067

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix for vm_config #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -22 lines) Patch
M pkg/unittest/lib/src/config.dart View 4 chunks +12 lines, -20 lines 0 comments Download
M pkg/unittest/lib/src/core_matchers.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/unittest/lib/vm_config.dart View 1 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kevmoo-old
Addressing some issues and concerns I ran into while implementing unittest.Configuration In theory this includes ...
7 years, 10 months ago (2013-02-25 21:31:16 UTC) #1
gram
Adding Siggy to check the notifyController removal. BTW if it should be removed, then that ...
7 years, 10 months ago (2013-02-25 21:51:53 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/12328090/diff/1/pkg/unittest/lib/src/config.dart File pkg/unittest/lib/src/config.dart (left): https://codereview.chromium.org/12328090/diff/1/pkg/unittest/lib/src/config.dart#oldcode171 pkg/unittest/lib/src/config.dart:171: } On 2013/02/25 21:51:53, gram wrote: > I ...
7 years, 10 months ago (2013-02-25 23:20:49 UTC) #3
kevmoo-old
Fixed vm_config. I don't have commit access, so if this looks good, please do the ...
7 years, 10 months ago (2013-02-26 00:22:28 UTC) #4
Siggi Cherem (dart-lang)
Committed patchset #2 manually as r19067 (presubmit successful).
7 years, 10 months ago (2013-02-26 18:35:10 UTC) #5
Siggi Cherem (dart-lang)
7 years, 10 months ago (2013-02-26 18:35:30 UTC) #6
Message was sent while issue was closed.
(FYI - I did one small edit, added an import to 'meta' where @deprecated is
defined)

Powered by Google App Engine
This is Rietveld 408576698