1 write to TestResultsDirPath
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
129
TestResultsDirPath
= testResultsDirPath;
5 references to TestResultsDirPath
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (5)
HtmlLogger.cs (5)
118
[MemberNotNull(nameof(
TestResultsDirPath
), nameof(TestRunDetails), nameof(Results), nameof(ResultCollectionDictionary))]
305
HtmlFilePath = Path.Combine(
TestResultsDirPath
!, logFilePrefixValue);
311
HtmlFilePath = Path.Combine(
TestResultsDirPath
!, logFileNameValue);
365
var fullFilePath = Path.Combine(
TestResultsDirPath
!, $"TestResult_{fileNameWithIter}.{fileExtension}");
380
throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, HtmlResource.CannotGenerateUniqueFilePath, fileName,
TestResultsDirPath
));