3 instantiations of TestRunResultAggregator
vstest.console.arm64 (3)
src\vstest\src\vstest.console\CommandLine\Executor.cs (2)
104
: this(output, testPlatformEventSource, processHelper, environment, new RunSettingsManager(), RunSettingsHelper.Instance, new CommandLineOptions(), new
TestRunResultAggregator
())
109
: this(output, testPlatformEventSource, processHelper, environment, runSettingsProvider, RunSettingsHelper.Instance, new CommandLineOptions(), new
TestRunResultAggregator
())
src\vstest\src\vstest.console\Processors\Utilities\ArgumentProcessorFactory.cs (1)
80
testRequestManager ??= new LazyTestRequestManager(() => new TestRequestManager(commandLineOptions, new
TestRunResultAggregator
()));
6 references to TestRunResultAggregator
vstest.console.arm64 (6)
src\vstest\src\vstest.console\CommandLine\Executor.cs (2)
69
private readonly
TestRunResultAggregator
_testRunResultAggregator;
113
internal Executor(IOutput output, ITestPlatformEventSource testPlatformEventSource, IProcessHelper processHelper, IEnvironment environment, IRunSettingsProvider runSettingsProvider, IRunSettingsHelper runSettingsHelper, CommandLineOptions commandLineOptions,
TestRunResultAggregator
testRunResultAggregator, ITestRequestManager? testRequestManager = null)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (4)
60
private readonly
TestRunResultAggregator
_testRunResultAggregator;
94
internal TestRequestManager(CommandLineOptions commandLineOptions,
TestRunResultAggregator
testRunResultAggregator)
115
TestRunResultAggregator
testRunResultAggregator,
141
TestRunResultAggregator
testRunResultAggregator,