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

Unified Diff: lib/src/runner/engine.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/runner/console_reporter.dart ('k') | lib/src/runner/isolate_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/engine.dart
diff --git a/lib/src/engine.dart b/lib/src/runner/engine.dart
similarity index 94%
rename from lib/src/engine.dart
rename to lib/src/runner/engine.dart
index 5e2b6508c3c450051fa12eb1a5e3fc27f20cb871..405f0dea68c5b2f22df0b2329b726e80581e4587 100644
--- a/lib/src/engine.dart
+++ b/lib/src/runner/engine.dart
@@ -2,15 +2,15 @@
// 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.engine;
+library unittest.runner.engine;
import 'dart:async';
import 'dart:collection';
-import 'live_test.dart';
-import 'state.dart';
-import 'suite.dart';
-import 'utils.dart';
+import '../backend/live_test.dart';
+import '../backend/state.dart';
+import '../backend/suite.dart';
+import '../utils.dart';
/// An [Engine] manages a run that encompasses multiple test suites.
///
« no previous file with comments | « lib/src/runner/console_reporter.dart ('k') | lib/src/runner/isolate_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698