11 references to VerifySwitchError
Microsoft.Build.CommandLine.UnitTests (11)
CommandLineSwitches_Tests.cs (11)
958VerifySwitchError(switchesLeft, "/bogus"); 965VerifySwitchError(switchesLeft, "/bogus"); 966VerifySwitchError(switchesRight, "/bogus"); 984VerifySwitchError(switchesLeft, "/bogus"); 985VerifySwitchError(switchesRight, "/nologo:foo"); 989VerifySwitchError(switchesLeft, "/bogus"); 990VerifySwitchError(switchesRight, "/nologo:foo"); 1174VerifySwitchError(switchesLeft, "Rhubarb.proj"); 1410VerifySwitchError(commandLineSwitches, "/warnasmessage", AssemblyResources.GetString("MissingWarnAsMessageParameterError")); 1429VerifySwitchError(commandLineSwitches, "%ENVIRONMENTVARIABLE%", String.Format(AssemblyResources.GetString("EnvironmentVariableAsSwitch"), fullCommandLine)); 1434VerifySwitchError(commandLineSwitches, "%ENVIRONMENTVARIABLE%", String.Format(AssemblyResources.GetString("EnvironmentVariableAsSwitch"), fullCommandLine));