1 write to _publisher
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\MTP\MtpDataCollectionForwarder.cs (1)
56
_publisher
= new TestCaseEventsHandler();
5 references to _publisher
Microsoft.TestPlatform.CrossPlatEngine (5)
Client\MTP\MtpDataCollectionForwarder.cs (5)
57
_outOfProcManager = new ProxyOutOfProcDataCollectionManager(_sender,
_publisher
);
105
SafeInvoke(() =>
_publisher
.SendTestCaseStart(testCase));
120
SafeInvoke(() =>
_publisher
.SendTestCaseEnd(result.TestCase, result.Outcome));
124
SafeInvoke(() =>
_publisher
.SendTestResult(result));
138
SafeInvoke(() =>
_publisher
.SendSessionEnd());