inTest property
override
Whether there is currently a test executing.
Implementation
@override
bool get inTest => _currentFakeAsync != null;
Whether there is currently a test executing.
@override
bool get inTest => _currentFakeAsync != null;