3 references to 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()));