1 implementation of SendTestCaseEnd
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestCaseEventsHandler.cs (1)
44public void SendTestCaseEnd(TestCase testCase, TestOutcome outcome)
1 reference to SendTestCaseEnd
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\TestExecutionRecorder.cs (1)
136_testCaseEventsHandler.SendTestCaseEnd(testCase, outcome);