6 references to ValidateEquals
Microsoft.Build.Tasks.UnitTests (6)
AspNetCompiler_Tests.cs (6)
55CommandLine.ValidateEquals(t, @"-m /LM/W3SVC/1/Root/MyApp", false); 69CommandLine.ValidateEquals(t, @"-v /MyApp", false); 135CommandLine.ValidateEquals(t, @"-m /LM/W3SVC/1/Root/MyApp c:\MyTarget", false); 150CommandLine.ValidateEquals(t, @"-v /MyApp -p c:\MyApp", false); 165CommandLine.ValidateEquals(t, @"-v /MyApp c:\MyTarget", false); 194CommandLine.ValidateEquals(t, @"-v /MyApp -p c:\MyApp c:\MyTarget", false);