1 write to _testHostManagerFactory
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
151
_testHostManagerFactory
= testHostManagerFactory;
16 references to _testHostManagerFactory
Microsoft.TestPlatform.CrossPlatEngine (16)
EventHandlers\TestRequestHandler.cs (16)
395
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
396
_testHostManagerFactory
.GetDiscoveryManager().Initialize(pathToAdditionalExtensions, discoveryEventsHandler);
423
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
424
_testHostManagerFactory
.GetDiscoveryManager()
452
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
453
_testHostManagerFactory
.GetExecutionManager().Initialize(pathToAdditionalExtensions, testInitializeEventsHandler);
479
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
480
_testHostManagerFactory
.GetExecutionManager()
514
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
515
_testHostManagerFactory
.GetExecutionManager()
539
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
540
_testHostManagerFactory
.GetExecutionManager().Cancel(new TestRunEventsHandler(this));
554
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
555
_testHostManagerFactory
.GetDiscoveryManager().Abort(new TestDiscoveryEventHandler(this));
563
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
564
_testHostManagerFactory
.GetExecutionManager().Abort(new TestRunEventsHandler(this));