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

Unified Diff: lib/src/frontend/expect_async.dart

Issue 1053443002: Rename the package to "test". (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 5 years, 9 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/frontend/expect.dart ('k') | lib/src/frontend/future_matchers.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/frontend/expect_async.dart
diff --git a/lib/src/frontend/expect_async.dart b/lib/src/frontend/expect_async.dart
index 7c39de8df63fa029321c67212bd844c6e3871ff8..7a6f7cc445f4cc89fe8d050cbc27ecb51330ade8 100644
--- a/lib/src/frontend/expect_async.dart
+++ b/lib/src/frontend/expect_async.dart
@@ -2,7 +2,7 @@
// 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.frontend.expect_async;
+library test.frontend.expect_async;
import '../backend/invoker.dart';
import '../backend/state.dart';
@@ -162,7 +162,7 @@ class _ExpectedFunction {
/// Runs the wrapped function with [args] and returns its return value.
_run(Iterable args) {
- // Note that in the old unittest, this returned `null` if it encountered an
+ // Note that in the old test, this returned `null` if it encountered an
// error, where now it just re-throws that error because Zone machinery will
// pass it to the invoker anyway.
try {
@@ -201,7 +201,7 @@ class _ExpectedFunction {
/// Indicate that [callback] is expected to be called [count] number of times
/// (by default 1).
///
-/// The unittest framework will wait for the callback to run the [count] times
+/// The test framework will wait for the callback to run the [count] times
/// before it considers the current test to be complete. [callback] may take up
/// to six optional or required positional arguments; named arguments are not
/// supported.
« no previous file with comments | « lib/src/frontend/expect.dart ('k') | lib/src/frontend/future_matchers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698