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

Unified Diff: lib/src/configuration.dart

Issue 955543002: Move a bunch of src/ files into subdirectories. (Closed) Base URL: git@github.com:dart-lang/unittest@master
Patch Set: Fix library tags Created 5 years, 10 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
« no previous file with comments | « lib/src/backend/test.dart ('k') | lib/src/console_reporter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/configuration.dart
diff --git a/lib/src/configuration.dart b/lib/src/configuration.dart
deleted file mode 100644
index 27969bdca4c1e7170797ef9ccebf05a45c05e176..0000000000000000000000000000000000000000
--- a/lib/src/configuration.dart
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-library unittest.configuration;
-
-import 'test_case.dart';
-
-/// This is a stub class used to preserve compatibility with unittest 0.11.*.
-///
-/// It will be removed before the next version is released.
-@deprecated
-class Configuration {
- Configuration();
- Configuration.blank();
-
- final autoStart = true;
- Duration timeout = const Duration(minutes: 2);
- void onInit() {}
- void onStart() {}
- void onTestStart(TestCase testCase) {}
- void onTestResult(TestCase testCase) {}
- void onTestResultChanged(TestCase testCase) {}
- void onLogMessage(TestCase testCase, String message) {}
- void onDone(bool success) {}
- void onSummary(int passed, int failed, int errors, List<TestCase> results,
- String uncaughtError) {}
-}
« no previous file with comments | « lib/src/backend/test.dart ('k') | lib/src/console_reporter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698