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

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

Issue 14600029: Add pretty-printing to unittest and more thoroughly print values. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes. 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 | « no previous file | pkg/unittest/lib/src/core_matchers.dart » ('j') | pkg/unittest/lib/src/pretty_print.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/lib/matcher.dart
diff --git a/pkg/unittest/lib/matcher.dart b/pkg/unittest/lib/matcher.dart
index fd6412e0d23d8ce48ee3141576ae48987e337773..1bdb226cf7dc96d09ebaa4a10ef3a507706abfba 100644
--- a/pkg/unittest/lib/matcher.dart
+++ b/pkg/unittest/lib/matcher.dart
@@ -29,6 +29,9 @@ library matcher;
import 'dart:async';
+import 'src/pretty_print.dart';
+import 'src/utils.dart';
+
part 'src/basematcher.dart';
part 'src/iterable_matchers.dart';
part 'src/core_matchers.dart';
« no previous file with comments | « no previous file | pkg/unittest/lib/src/core_matchers.dart » ('j') | pkg/unittest/lib/src/pretty_print.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698