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)
156
Initialize(events, parameters[DefaultLoggerParameterNames.
TestRunDirectory
]!);
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
167
var testRunDirectory = _parametersDictionary[DefaultLoggerParameterNames.
TestRunDirectory
]!;