Interface TestExecutionProgressService

interface TestExecutionProgressService {
    onTestRunRequested(preserveFocus): Promise<void>;
}

Implemented by

Methods