5 references to InProgress
Microsoft.VisualStudio.TestPlatform.Client (5)
Execution\TestRunRequest.cs (5)
131
State = TestRunState.
InProgress
;
195
is not TestRunState.
InProgress
224
if (State != TestRunState.
InProgress
)
253
if (State != TestRunState.
InProgress
)
649
if (State == TestRunState.
InProgress
&& TestRunCriteria.TestHostLauncher.IsDebug)