1 write to RunConfiguration
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
578
LoggerTestRun.
RunConfiguration
= testrunConfig;
8 references to RunConfiguration
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (8)
ObjectModel\TestRun.cs (3)
176
if (
RunConfiguration
== null)
182
if (string.IsNullOrEmpty(
RunConfiguration
.RunDeploymentRootDirectory))
188
return
RunConfiguration
.RunDeploymentInDirectory;
TrxLogger.cs (3)
346
helper.SaveObject(LoggerTestRun.
RunConfiguration
, rootElement, "TestSettings", parameters);
537
TPDebug.Assert(LoggerTestRun.
RunConfiguration
!= null, "LoggerTestRun.RunConfiguration is null");
540
var baseName = LoggerTestRun.
RunConfiguration
.RunDeploymentRootDirectory;
Utility\Converter.cs (2)
440
string runDirectoryName = Path.Combine(trxFileDirectory, testRun.
RunConfiguration
!.RunDeploymentRootDirectory);
497
string runDirectoryName = Path.Combine(trxFileDirectory, testRun.
RunConfiguration
!.RunDeploymentRootDirectory);