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