2 implementations of WaitForCompletion
Microsoft.VisualStudio.TestPlatform.Client (2)
Discovery\DiscoveryRequest.cs (1)
150
bool IRequest.
WaitForCompletion
(int timeout)
Execution\TestRunRequest.cs (1)
185
public bool
WaitForCompletion
(int timeout)
1 reference to WaitForCompletion
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Interfaces\IRequest.cs (1)
40
request.
WaitForCompletion
(Timeout.Infinite);