1 write to Output
vstest.console (1)
Processors\RunTestsArgumentProcessor.cs (1)
123
Output
= output;
3 references to Output
vstest.console (3)
Processors\RunTestsArgumentProcessor.cs (3)
124
_testRunEventsRegistrar = new TestRunRequestEventsRegistrar(
Output
, _commandLineOptions, artifactProcessingManager, _runSettingsManager);
155
Output
.WriteLine(CommandLineResources.StartingExecution, OutputLevel.Information);
160
Output
.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);