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