1 implementation of SendTestCaseStart
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestCaseEventsHandler.cs (1)
38
public void
SendTestCaseStart
(TestCase testCase)
1 reference to SendTestCaseStart
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\TestExecutionRecorder.cs (1)
82
_testCaseEventsHandler.
SendTestCaseStart
(testCase);