3 references to GetFullyQualifiedName
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
TestCase.cs (3)
137get => _displayName.IsNullOrEmpty() ? GetFullyQualifiedName() : _displayName; 244string testcaseFullName = TestIdSeed.Compose(ExecutorUri?.ToString(), Source, GetFullyQualifiedName()); 363public override string ToString() => GetFullyQualifiedName();