1 write to Output
vstest.console (1)
Processors\RunTestsArgumentProcessor.cs (1)
114
Output
= output;
3 references to Output
vstest.console (3)
Processors\RunTestsArgumentProcessor.cs (3)
115
_testRunEventsRegistrar = new TestRunRequestEventsRegistrar(
Output
, _commandLineOptions, artifactProcessingManager);
146
Output
.WriteLine(CommandLineResources.StartingExecution, OutputLevel.Information);
151
Output
.Information(false, CommandLineResources.VstestDiagLogOutputPath, EqtTrace.LogFile);