11 references to VerifySwitchError
Microsoft.Build.CommandLine.UnitTests (11)
CommandLineSwitches_Tests.cs (11)
928VerifySwitchError(switchesLeft, "/bogus");
935VerifySwitchError(switchesLeft, "/bogus");
936VerifySwitchError(switchesRight, "/bogus");
954VerifySwitchError(switchesLeft, "/bogus");
955VerifySwitchError(switchesRight, "/nologo:foo");
959VerifySwitchError(switchesLeft, "/bogus");
960VerifySwitchError(switchesRight, "/nologo:foo");
1144VerifySwitchError(switchesLeft, "Rhubarb.proj");
1374VerifySwitchError(commandLineSwitches, "/warnasmessage", AssemblyResources.GetString("MissingWarnAsMessageParameterError"));
1391VerifySwitchError(commandLineSwitches, "%ENVIRONMENTVARIABLE%", String.Format(AssemblyResources.GetString("EnvironmentVariableAsSwitch"), fullCommandLine));
1396VerifySwitchError(commandLineSwitches, "%ENVIRONMENTVARIABLE%", String.Format(AssemblyResources.GetString("EnvironmentVariableAsSwitch"), fullCommandLine));