4 references to MissingTestSourceFile
vstest.console (4)
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
170
throw new CommandLineException(CommandLineResources.
MissingTestSourceFile
);
Processors\ListTestsArgumentProcessor.cs (1)
174
throw new CommandLineException(CommandLineResources.
MissingTestSourceFile
);
Processors\RunSpecificTestsArgumentProcessor.cs (1)
188
throw new CommandLineException(CommandLineResources.
MissingTestSourceFile
);
Processors\RunTestsArgumentProcessor.cs (1)
141
throw new CommandLineException(CommandLineResources.
MissingTestSourceFile
);