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