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

Unified Diff: pkg/unittest/lib/mock.dart

Issue 270943002: pkg/unittest: remove deprecated features (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 | « pkg/unittest/lib/mirror_matchers.dart ('k') | pkg/unittest/lib/src/configuration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/lib/mock.dart
diff --git a/pkg/unittest/lib/mock.dart b/pkg/unittest/lib/mock.dart
deleted file mode 100644
index 18b6537cf2188f630517a8e37ff170650817ffd2..0000000000000000000000000000000000000000
--- a/pkg/unittest/lib/mock.dart
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
-// 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.
-
-/// `unittest.mock` has been moved to the `mock` package.
-///
-/// Add `mock` to your `pubspec.yaml` file and import it via
-/// `import 'package:mock/mock.dart';`
-@deprecated
-library unittest.mock;
-
-export 'package:mock/mock.dart';
« no previous file with comments | « pkg/unittest/lib/mirror_matchers.dart ('k') | pkg/unittest/lib/src/configuration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698