1 implementation of Cancel
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\ExecutionManager.cs (1)
164
public void
Cancel
(IInternalTestRunEventsHandler testRunEventsHandler)
2 references to Cancel
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\InProcessProxyexecutionManager.cs (1)
125
Task.Run(() => _testHostManagerFactory.GetExecutionManager().
Cancel
(eventHandler));
EventHandlers\TestRequestHandler.cs (1)
540
_testHostManagerFactory.GetExecutionManager().
Cancel
(new TestRunEventsHandler(this));