11 references to VerifySwitchError
Microsoft.Build.CommandLine.UnitTests (11)
CommandLineSwitches_Tests.cs (11)
957VerifySwitchError(switchesLeft, "/bogus"); 964VerifySwitchError(switchesLeft, "/bogus"); 965VerifySwitchError(switchesRight, "/bogus"); 983VerifySwitchError(switchesLeft, "/bogus"); 984VerifySwitchError(switchesRight, "/nologo:foo"); 988VerifySwitchError(switchesLeft, "/bogus"); 989VerifySwitchError(switchesRight, "/nologo:foo"); 1173VerifySwitchError(switchesLeft, "Rhubarb.proj"); 1411VerifySwitchError(commandLineSwitches, "/warnasmessage", AssemblyResources.GetString("MissingWarnAsMessageParameterError")); 1430VerifySwitchError(commandLineSwitches, "%ENVIRONMENTVARIABLE%", String.Format(AssemblyResources.GetString("EnvironmentVariableAsSwitch"), fullCommandLine)); 1435VerifySwitchError(commandLineSwitches, "%ENVIRONMENTVARIABLE%", String.Format(AssemblyResources.GetString("EnvironmentVariableAsSwitch"), fullCommandLine));