6 references to ValidateEquals
Microsoft.Build.Tasks.UnitTests (6)
AspNetCompiler_Tests.cs (6)
42CommandLine.ValidateEquals(t, @"-m /LM/W3SVC/1/Root/MyApp", false); 56CommandLine.ValidateEquals(t, @"-v /MyApp", false); 122CommandLine.ValidateEquals(t, @"-m /LM/W3SVC/1/Root/MyApp c:\MyTarget", false); 137CommandLine.ValidateEquals(t, @"-v /MyApp -p c:\MyApp", false); 152CommandLine.ValidateEquals(t, @"-v /MyApp c:\MyTarget", false); 181CommandLine.ValidateEquals(t, @"-v /MyApp -p c:\MyApp c:\MyTarget", false);