2 references to GetTestName
Microsoft.VisualStudio.Extensibility.Testing.Xunit (2)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\DataCollectionService.cs (1)
37
return
GetTestName
(CurrentTest.TestCase);
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Harness\IdeTestAssemblyRunner.cs (1)
438
CurrentTestCase = DataCollectionService.
GetTestName
(testCaseStarting.TestCase);