runningTest property

bool runningTest

Returns whether or not the controller is actively running a test now or not.

Implementation

bool get runningTest =>
    _testControllerState.runningTest == true ||
    _testControllerState.runningSuite == true;