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