1 instantiation of TestRunConfiguration
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
576TestRunConfiguration testrunConfig = new("default", _trxFileHelper);
4 references to TestRunConfiguration
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (4)
ObjectModel\TestRun.cs (2)
41private TestRunConfiguration? _runConfig; 88internal TestRunConfiguration? RunConfiguration
ObjectModel\TestRunConfiguration.cs (1)
30/// Initializes a new instance of the <see cref="TestRunConfiguration"/> class.
TrxLogger.cs (1)
576TestRunConfiguration testrunConfig = new("default", _trxFileHelper);