currentTestStream property

Stream<String?> currentTestStream

Stream that fires whenever the test controller starts a new test.

Implementation

Stream<String?> get currentTestStream => _currentTestStreamController.stream;