11 references to VerifySwitchError
Microsoft.Build.CommandLine.UnitTests (11)
CommandLineSwitches_Tests.cs (11)
926VerifySwitchError(switchesLeft, "/bogus");
933VerifySwitchError(switchesLeft, "/bogus");
934VerifySwitchError(switchesRight, "/bogus");
952VerifySwitchError(switchesLeft, "/bogus");
953VerifySwitchError(switchesRight, "/nologo:foo");
957VerifySwitchError(switchesLeft, "/bogus");
958VerifySwitchError(switchesRight, "/nologo:foo");
1142VerifySwitchError(switchesLeft, "Rhubarb.proj");
1372VerifySwitchError(commandLineSwitches, "/warnasmessage", AssemblyResources.GetString("MissingWarnAsMessageParameterError"));
1389VerifySwitchError(commandLineSwitches, "%ENVIRONMENTVARIABLE%", String.Format(AssemblyResources.GetString("EnvironmentVariableAsSwitch"), fullCommandLine));
1394VerifySwitchError(commandLineSwitches, "%ENVIRONMENTVARIABLE%", String.Format(AssemblyResources.GetString("EnvironmentVariableAsSwitch"), fullCommandLine));