3 implementations of RecordEnd
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\TestExecutionRecorder.cs (1)
114
public void
RecordEnd
(TestCase testCase, TestOutcome outcome)
Microsoft.VisualStudio.TestPlatform.Common (2)
ExtensionDecorators\SerialTestRunDecorator.cs (1)
124
public void
RecordEnd
(TestCase testCase, TestOutcome outcome)
ExtensionDecorators\SerialTestRunDecoratorFrameworkHandle.cs (1)
34
public void
RecordEnd
(TestCase testCase, TestOutcome outcome)
2 references to RecordEnd
Microsoft.VisualStudio.TestPlatform.Common (2)
ExtensionDecorators\SerialTestRunDecorator.cs (1)
126
_frameworkHandle.
RecordEnd
(testCase, outcome);
ExtensionDecorators\SerialTestRunDecoratorFrameworkHandle.cs (1)
36
_frameworkHandle.
RecordEnd
(testCase, outcome);