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

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

Issue 11312160: Hack fix to include Mock in the API documentation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/lib/unittest.dart
diff --git a/pkg/unittest/lib/unittest.dart b/pkg/unittest/lib/unittest.dart
index 87a6f9dc57390e7ce5bb86982183bb0687fd3b6b..5bf1feb585c06514d1835b783253d085de3787f1 100644
--- a/pkg/unittest/lib/unittest.dart
+++ b/pkg/unittest/lib/unittest.dart
@@ -151,6 +151,10 @@ import 'dart:isolate';
import 'matcher.dart';
export 'matcher.dart';
+// TODO(amouravski): We should not need to import mock here, but it's necessary
+// to enable dartdoc on the mock library, as it's not picked up normally.
+import 'mock.dart';
+
part 'src/config.dart';
part 'src/test_case.dart';
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698