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

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

Issue 2623413003: Implement custom status file expectations. (Closed)
Patch Set: Address review comments. Created 3 years, 11 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/testing/lib/src/test_dart/status_file_parser.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/testing/lib/testing.dart
diff --git a/pkg/testing/lib/testing.dart b/pkg/testing/lib/testing.dart
index 25dd5e09a4b827d13482dfb0f60326637014880b..6145d6b02685888b7aff6a48ec7e4d6d5396651a 100644
--- a/pkg/testing/lib/testing.dart
+++ b/pkg/testing/lib/testing.dart
@@ -23,3 +23,7 @@ export 'src/stdio_process.dart' show
export 'src/run.dart' show
run,
runMe;
+
+export 'src/expectation.dart' show
+ Expectation,
+ ExpectationSet;
« no previous file with comments | « pkg/testing/lib/src/test_dart/status_file_parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698