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