3 references to TestRunDirectory
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\TestLoggerManager.cs (1)
637loggerParams[DefaultLoggerParameterNames.TestRunDirectory] = _testRunDirectory;
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
147Initialize(events, parameters[DefaultLoggerParameterNames.TestRunDirectory]!);
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
157Initialize(events, _parametersDictionary[DefaultLoggerParameterNames.TestRunDirectory]!);