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

Unified Diff: utils/testrunner/standard_test_runner.dart

Issue 22883008: starting to work on unit test config interface (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: more cleanup Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: utils/testrunner/standard_test_runner.dart
diff --git a/utils/testrunner/standard_test_runner.dart b/utils/testrunner/standard_test_runner.dart
index 89fcc2fe2bed47c5f011bf61da82bc0d8ccdce63..7429259d5a8a5d58717491bc673e04c1851bf5c1 100644
--- a/utils/testrunner/standard_test_runner.dart
+++ b/utils/testrunner/standard_test_runner.dart
@@ -41,7 +41,7 @@ Function action;
/**
* A special marker string used to separate group names and
* identify non-debug output.
- */
+ */
final marker = '###';
class Macros {
@@ -53,7 +53,7 @@ class Macros {
static const String testStacktrace = '<STACK>';
}
-class TestRunnerConfiguration extends Configuration {
+class TestRunnerConfiguration extends SimpleConfiguration {
get name => 'Minimal test runner configuration';
get autoStart => false;
@@ -191,7 +191,7 @@ listTests() {
// Support for running in isolates.
-class TestRunnerChildConfiguration extends Configuration {
+class TestRunnerChildConfiguration extends SimpleConfiguration {
get name => 'Test runner child configuration';
get autoStart => false;
« pkg/unittest/lib/src/config.dart ('K') | « pkg/unittest/test/unittest_test_utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698