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

Unified Diff: test/utils.dart

Issue 1230713003: Upgrade to the new test runner. (Closed) Base URL: git@github.com:dart-lang/oauth2.git@master
Patch Set: Created 5 years, 5 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 | « test/handle_access_token_response_test.dart ('k') | test/utils_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/utils.dart
diff --git a/test/utils.dart b/test/utils.dart
index fddcd372eeafa8cdfada1f522b4ccae046a57bb7..bee6bf3d299a5de01085949088ba838247ef155b 100644
--- a/test/utils.dart
+++ b/test/utils.dart
@@ -10,7 +10,7 @@ import 'dart:collection' show Queue;
import 'package:http/http.dart' as http;
import 'package:http/testing.dart';
import 'package:oauth2/oauth2.dart' as oauth2;
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
class ExpectClient extends MockClient {
final Queue<MockClientHandler> _handlers;
« no previous file with comments | « test/handle_access_token_response_test.dart ('k') | test/utils_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698