4 references to MissingTestSourceFile
vstest.console (4)
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
179
throw new CommandLineException(CommandLineResources.
MissingTestSourceFile
);
Processors\ListTestsArgumentProcessor.cs (1)
183
throw new CommandLineException(CommandLineResources.
MissingTestSourceFile
);
Processors\RunSpecificTestsArgumentProcessor.cs (1)
197
throw new CommandLineException(CommandLineResources.
MissingTestSourceFile
);
Processors\RunTestsArgumentProcessor.cs (1)
150
throw new CommandLineException(CommandLineResources.
MissingTestSourceFile
);