1 implementation of GetExecutionManager
Microsoft.TestPlatform.CrossPlatEngine (1)
TestHostManagerFactory.cs (1)
44
public IExecutionManager
GetExecutionManager
()
8 references to GetExecutionManager
Microsoft.TestPlatform.CrossPlatEngine (8)
Client\InProcessProxyexecutionManager.cs (3)
43
_executionManager = _testHostManagerFactory.
GetExecutionManager
();
116
Task.Run(() => _testHostManagerFactory.
GetExecutionManager
().Abort(eventHandler));
125
Task.Run(() => _testHostManagerFactory.
GetExecutionManager
().Cancel(eventHandler));
EventHandlers\TestRequestHandler.cs (5)
453
_testHostManagerFactory.
GetExecutionManager
().Initialize(pathToAdditionalExtensions, testInitializeEventsHandler);
480
_testHostManagerFactory.
GetExecutionManager
()
515
_testHostManagerFactory.
GetExecutionManager
()
540
_testHostManagerFactory.
GetExecutionManager
().Cancel(new TestRunEventsHandler(this));
564
_testHostManagerFactory.
GetExecutionManager
().Abort(new TestRunEventsHandler(this));