1 write to ListTestsTargetPath
vstest.console (1)
Processors\ListTestsTargetPathArgumentProcessor.cs (1)
84
_commandLineOptions.
ListTestsTargetPath
= argument;
2 references to ListTestsTargetPath
vstest.console (2)
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (2)
184
if (_commandLineOptions.
ListTestsTargetPath
.IsNullOrEmpty())
190
File.WriteAllLines(_commandLineOptions.
ListTestsTargetPath
, _discoveredTests);