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

Unified Diff: test/io.dart

Issue 1096943003: Rename {run,start}Unittest to {run,start}Test. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 years, 8 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 | « no previous file | test/runner/browser/compact_reporter_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/io.dart
diff --git a/test/io.dart b/test/io.dart
index 46b42623f1226ea65e63a6c25e39c99b651c0373..4f36c79df5eb035250cf304540dd3662d49f77c8 100644
--- a/test/io.dart
+++ b/test/io.dart
@@ -19,7 +19,7 @@ final _pubPath = p.join(
Platform.isWindows ? 'pub.bat' : 'pub');
/// Runs the test executable with the package root set properly.
-ProcessResult runUnittest(List<String> args, {String workingDirectory,
+ProcessResult runTest(List<String> args, {String workingDirectory,
Map<String, String> environment}) {
var allArgs = [
p.absolute(p.join(packageDir, 'bin/test.dart')),
@@ -53,7 +53,7 @@ ProcessResult runPub(List<String> args, {String workingDirectory,
}
/// Starts the test executable with the package root set properly.
-Future<Process> startUnittest(List<String> args, {String workingDirectory,
+Future<Process> startTest(List<String> args, {String workingDirectory,
Map<String, String> environment}) {
var allArgs = [
p.absolute(p.join(packageDir, 'bin/test.dart')),
« no previous file with comments | « no previous file | test/runner/browser/compact_reporter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698