9 references to Constants
Microsoft.VisualStudio.TestPlatform.Extensions.TestIds.TestLogger (9)
TestIdsLogger.cs (9)
54
[FriendlyName(
Constants
.FriendlyName)]
55
[ExtensionUri(
Constants
.ExtensionUri)]
214
string? managedType = GetPropertyById(testCase,
Constants
.ManagedTypePropertyId);
215
string? managedMethod = GetPropertyById(testCase,
Constants
.ManagedMethodPropertyId);
280
&& _parametersDictionary.TryGetValue(
Constants
.LogFileNameKey, out string? requested)
407
&& _parametersDictionary.TryGetValue(
Constants
.LogFileNameKey, out string? logFileNameValue)
511
return
Constants
.DefaultReportFileNameWithoutExtension + "_" + shortName +
Constants
.ReportFileExtension;
514
return
Constants
.DefaultReportFileName;