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)
80testRequestManager ??= new LazyTestRequestManager(() => new TestRequestManager(commandLineOptions, new TestRunResultAggregator()));
6 references to TestRunResultAggregator
vstest.console.arm64 (6)
src\vstest\src\vstest.console\CommandLine\Executor.cs (2)
69private readonly TestRunResultAggregator _testRunResultAggregator; 113internal 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)
60private readonly TestRunResultAggregator _testRunResultAggregator; 94internal TestRequestManager(CommandLineOptions commandLineOptions, TestRunResultAggregator testRunResultAggregator) 115TestRunResultAggregator testRunResultAggregator, 141TestRunResultAggregator testRunResultAggregator,