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

Issue 920703006: Add a Loader class for loading tests from files. (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

Patch Set 1 #

Total comments: 8

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+336 lines, -0 lines) Patch
A lib/src/dart.dart View 1 1 chunk +66 lines, -0 lines 0 comments Download
M lib/src/io.dart View 1 2 chunks +19 lines, -0 lines 0 comments Download
A lib/src/loader.dart View 1 chunk +95 lines, -0 lines 0 comments Download
A test/loader_test.dart View 1 1 chunk +139 lines, -0 lines 0 comments Download
M test/utils.dart View 3 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
nweiz
5 years, 10 months ago (2015-02-12 21:53:13 UTC) #1
kevmoo
lgtm https://codereview.chromium.org/920703006/diff/1/lib/src/dart.dart File lib/src/dart.dart (right): https://codereview.chromium.org/920703006/diff/1/lib/src/dart.dart#newcode12 lib/src/dart.dart:12: import 'package:stack_trace/stack_trace.dart'; unused import https://codereview.chromium.org/920703006/diff/1/lib/src/dart.dart#newcode14 lib/src/dart.dart:14: import 'remote_exception.dart'; ...
5 years, 10 months ago (2015-02-12 22:31:15 UTC) #2
nweiz
Code review changes
5 years, 10 months ago (2015-02-12 22:37:45 UTC) #4
nweiz
https://codereview.chromium.org/920703006/diff/1/lib/src/dart.dart File lib/src/dart.dart (right): https://codereview.chromium.org/920703006/diff/1/lib/src/dart.dart#newcode12 lib/src/dart.dart:12: import 'package:stack_trace/stack_trace.dart'; On 2015/02/12 22:31:15, kevmoo wrote: > unused ...
5 years, 10 months ago (2015-02-12 22:37:52 UTC) #5
nweiz
5 years, 10 months ago (2015-02-12 22:38:10 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
f075c79a8c10bbdcefc15622d4d389d0de6102ef (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698