Index: lib/src/backend/live_test.dart |
diff --git a/lib/src/backend/live_test.dart b/lib/src/backend/live_test.dart |
index fef0c11edd8b44e2f6ba11864fe0edbd858ecae4..28a2a8d0192748e242abc8f187d607e6996e70df 100644 |
--- a/lib/src/backend/live_test.dart |
+++ b/lib/src/backend/live_test.dart |
@@ -79,6 +79,9 @@ abstract class LiveTest { |
/// will be [Chain]s. |
Stream<AsyncError> get onError; |
+ /// A stream that emits lines printed by the test. |
+ Stream<String> onPrint; |
+ |
/// A [Future] that completes once the test is complete. |
/// |
/// This will complete after [onStateChange] has fired, and after [onError] |