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