3 implementations of RecordStart
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\TestExecutionRecorder.cs (1)
69
public void
RecordStart
(TestCase testCase)
Microsoft.VisualStudio.TestPlatform.Common (2)
ExtensionDecorators\SerialTestRunDecorator.cs (1)
133
public void
RecordStart
(TestCase testCase)
ExtensionDecorators\SerialTestRunDecoratorFrameworkHandle.cs (1)
43
public void
RecordStart
(TestCase testCase)
2 references to RecordStart
Microsoft.VisualStudio.TestPlatform.Common (2)
ExtensionDecorators\SerialTestRunDecorator.cs (1)
134
=> _frameworkHandle.
RecordStart
(testCase);
ExtensionDecorators\SerialTestRunDecoratorFrameworkHandle.cs (1)
44
=> _frameworkHandle.
RecordStart
(testCase);