passingStream property

Stream<bool> passingStream

Stream that fires whenever the passing state for a test changes.

Implementation

Stream<bool> get passingStream => _passingStreamController.stream;