runningTestStream property

Stream<bool> runningTestStream

Stream that fires whenever a test starts or finishes running.

Implementation

Stream<bool> get runningTestStream => _runningTestStreamController.stream;