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