2 references to TestIdSeed
Microsoft.VisualStudio.TestPlatform.Extensions.TestIds.TestLogger (1)
TestIdsLogger.cs (1)
220
string seed =
TestIdSeed
.Compose(executorUri, testCase.Source, fullyQualifiedName);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestCase.cs (1)
244
string testcaseFullName =
TestIdSeed
.Compose(ExecutorUri?.ToString(), Source, GetFullyQualifiedName());