3 references to ValidateOutputItems
Microsoft.Build.Engine.UnitTests (3)
BackEnd\TaskExecutionHost_Tests.cs (3)
684ValidateOutputItems("BoolArrayOutput", new string[] { "False", "True" }); 728ValidateOutputItems("IntArrayOutput", new string[] { "42", "99" }); 832ValidateOutputItems("StringArrayOutput", new string[] { "FOO", "bar" });