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

Issue 916533003: Add an Invoker class that manages a running test. (Closed)

Created:
5 years, 10 months ago by nweiz
Modified:
5 years, 10 months ago
Reviewers:
kevmoo
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/unittest@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add an Invoker class that manages a running test. R=kevmoo@google.com See #2 Committed: https://github.com/dart-lang/unittest/commit/85377393a74cce198859c73a101824897dcb24f9

Patch Set 1 #

Total comments: 16

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+758 lines, -0 lines) Patch
A lib/src/invoker.dart View 1 1 chunk +177 lines, -0 lines 0 comments Download
M lib/src/utils.dart View 1 1 chunk +7 lines, -0 lines 0 comments Download
M pubspec.yaml View 1 chunk +1 line, -0 lines 0 comments Download
A test/invoker_test.dart View 1 1 chunk +545 lines, -0 lines 0 comments Download
A test/utils.dart View 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
nweiz
5 years, 10 months ago (2015-02-11 00:13:55 UTC) #1
kevmoo
lgtm https://codereview.chromium.org/916533003/diff/1/lib/src/invoker.dart File lib/src/invoker.dart (right): https://codereview.chromium.org/916533003/diff/1/lib/src/invoker.dart#newcode24 lib/src/invoker.dart:24: final Function _body; Consider adding a matching typedef ...
5 years, 10 months ago (2015-02-11 00:35:09 UTC) #2
kevmoo
Fix these before committing to make sure the analyzer doesn't blow up https://codereview.chromium.org/916533003/diff/1/test/invoker_test.dart File test/invoker_test.dart ...
5 years, 10 months ago (2015-02-11 01:18:28 UTC) #3
nweiz
Code review changes
5 years, 10 months ago (2015-02-11 02:06:50 UTC) #5
nweiz
https://codereview.chromium.org/916533003/diff/1/lib/src/invoker.dart File lib/src/invoker.dart (right): https://codereview.chromium.org/916533003/diff/1/lib/src/invoker.dart#newcode24 lib/src/invoker.dart:24: final Function _body; On 2015/02/11 00:35:09, kevmoo wrote: > ...
5 years, 10 months ago (2015-02-11 02:07:06 UTC) #6
nweiz
5 years, 10 months ago (2015-02-11 02:07:41 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
85377393a74cce198859c73a101824897dcb24f9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698