1 implementation of SendSessionEnd
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestCaseEventsHandler.cs (1)
62
public void
SendSessionEnd
()
2 references to SendSessionEnd
Microsoft.TestPlatform.CrossPlatEngine (2)
Execution\RunTestsWithSources.cs (1)
209
_testCaseEventsHandler?.
SendSessionEnd
();
Execution\RunTestsWithTests.cs (1)
92
_testCaseEventsHandler?.
SendSessionEnd
();