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: pkg/unittest/lib/mock.dart

Issue 15069007: Fix the usage instructions for matcher and mock libraries. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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/matcher.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/lib/mock.dart
===================================================================
--- pkg/unittest/lib/mock.dart (revision 22522)
+++ pkg/unittest/lib/mock.dart (working copy)
@@ -11,13 +11,17 @@
* file.
*
* dependencies:
- * mock: any
+ * unittest: any
*
* Then run `pub install`.
*
- * For more information, see the
- * [mock package on pub.dartlang.org](http://pub.dartlang.org/packages/mock).
+ * Import this into your Dart code with:
*
+ * import 'package:unittest/mock.dart';
+ *
+ * For more information, see the [unittest package on pub.dartlang.org]
+ * (http://pub.dartlang.org/packages/unittest).
+ *
* ## Using ##
*
* To create a mock objects for some class T, create a new class using:
« no previous file with comments | « pkg/unittest/lib/matcher.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698