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

Unified Diff: test/plugin_impl_test.dart

Issue 2320213003: Convert from unittest to test (Closed)
Patch Set: Created 4 years, 3 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 | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/plugin_impl_test.dart
diff --git a/test/plugin_impl_test.dart b/test/plugin_impl_test.dart
index c8603afbcf5ca70a009d375cc1c69dd6df038a93..2221cf81ced78346808871cdc4260913d80df848 100644
--- a/test/plugin_impl_test.dart
+++ b/test/plugin_impl_test.dart
@@ -6,11 +6,9 @@ library test.operation;
import 'package:plugin/plugin.dart';
import 'package:plugin/src/plugin_impl.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
main() {
- groupSep = ' | ';
-
group('ExtensionManager', () {
test('processPlugins', () {
TestPlugin plugin1 = new TestPlugin('plugin1');
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698