1 write to TestResultsDirPath
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
129TestResultsDirPath = 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))] 305HtmlFilePath = Path.Combine(TestResultsDirPath!, logFilePrefixValue); 311HtmlFilePath = Path.Combine(TestResultsDirPath!, logFileNameValue); 365var fullFilePath = Path.Combine(TestResultsDirPath!, $"TestResult_{fileNameWithIter}.{fileExtension}"); 380throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, HtmlResource.CannotGenerateUniqueFilePath, fileName, TestResultsDirPath));