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)
402
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
403
_testHostManagerFactory
.GetDiscoveryManager().Initialize(pathToAdditionalExtensions, discoveryEventsHandler);
430
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
431
_testHostManagerFactory
.GetDiscoveryManager()
459
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
460
_testHostManagerFactory
.GetExecutionManager().Initialize(pathToAdditionalExtensions, testInitializeEventsHandler);
486
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
487
_testHostManagerFactory
.GetExecutionManager()
521
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
522
_testHostManagerFactory
.GetExecutionManager()
546
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
547
_testHostManagerFactory
.GetExecutionManager().Cancel(new TestRunEventsHandler(this));
561
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
562
_testHostManagerFactory
.GetDiscoveryManager().Abort(new TestDiscoveryEventHandler(this));
570
TPDebug.Assert(
_testHostManagerFactory
is not null, "_testHostManagerFactory is null");
571
_testHostManagerFactory
.GetExecutionManager().Abort(new TestRunEventsHandler(this));