3 references to GetFullyQualifiedName
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
TestCase.cs (3)
111
get => _displayName.IsNullOrEmpty() ?
GetFullyQualifiedName
() : _displayName;
202
testcaseFullName +=
GetFullyQualifiedName
();
313
public override string ToString() =>
GetFullyQualifiedName
();