1 implementation of SendSessionStart
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestCaseEventsHandler.cs (1)
56
public void
SendSessionStart
(IDictionary<string, object?> properties)
2 references to SendSessionStart
Microsoft.TestPlatform.CrossPlatEngine (2)
Execution\RunTestsWithSources.cs (1)
228
_testCaseEventsHandler.
SendSessionStart
(properties);
Execution\RunTestsWithTests.cs (1)
111
_testCaseEventsHandler.
SendSessionStart
(properties);