3 writes to HtmlFilePath
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (3)
HtmlLogger.cs (3)
296
HtmlFilePath
= Path.Combine(TestResultsDirPath!, logFilePrefixValue);
302
HtmlFilePath
= Path.Combine(TestResultsDirPath!, logFileNameValue);
326
HtmlFilePath
= GenerateUniqueFilePath(fileName, HtmlLoggerConstants.HtmlFileExtension);
3 references to HtmlFilePath
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (3)
HtmlLogger.cs (3)
324
if (
HtmlFilePath
.IsNullOrEmpty())
329
_htmlTransformer.Transform(XmlFilePath,
HtmlFilePath
);
346
var htmlFilePathMessage = string.Format(CultureInfo.CurrentCulture, HtmlResource.HtmlFilePath,
HtmlFilePath
);