11 references to VerifySwitchError
Microsoft.Build.CommandLine.UnitTests (11)
CommandLineSwitches_Tests.cs (11)
950VerifySwitchError(switchesLeft, "/bogus");
957VerifySwitchError(switchesLeft, "/bogus");
958VerifySwitchError(switchesRight, "/bogus");
976VerifySwitchError(switchesLeft, "/bogus");
977VerifySwitchError(switchesRight, "/nologo:foo");
981VerifySwitchError(switchesLeft, "/bogus");
982VerifySwitchError(switchesRight, "/nologo:foo");
1166VerifySwitchError(switchesLeft, "Rhubarb.proj");
1398VerifySwitchError(commandLineSwitches, "/warnasmessage", AssemblyResources.GetString("MissingWarnAsMessageParameterError"));
1415VerifySwitchError(commandLineSwitches, "%ENVIRONMENTVARIABLE%", String.Format(AssemblyResources.GetString("EnvironmentVariableAsSwitch"), fullCommandLine));
1420VerifySwitchError(commandLineSwitches, "%ENVIRONMENTVARIABLE%", String.Format(AssemblyResources.GetString("EnvironmentVariableAsSwitch"), fullCommandLine));