15 references to ValidateOutputProperty
Microsoft.Build.Engine.UnitTests (15)
BackEnd\TaskExecutionHost_Tests.cs (15)
674ValidateOutputProperty("BoolOutput", "True"); 694ValidateOutputProperty("BoolArrayOutput", "False;True"); 718ValidateOutputProperty("IntOutput", "42"); 738ValidateOutputProperty("IntArrayOutput", "42;99"); 762ValidateOutputProperty("StringOutput", "FOO"); 772ValidateOutputProperty("EmptyStringOutput", String.Empty); 782ValidateOutputProperty("EmptyStringArrayOutput", String.Empty); 792ValidateOutputProperty("NullStringOutput", "initialvalue"); 802ValidateOutputProperty("NullITaskItemOutput", "initialvalue"); 812ValidateOutputProperty("NullStringArrayOutput", "initialvalue"); 822ValidateOutputProperty("NullITaskItemArrayOutput", "initialvalue"); 842ValidateOutputProperty("StringArrayOutput", "FOO;bar"); 866ValidateOutputProperty("ItemOutput", _oneItem[0].ItemSpec); 886ValidateOutputProperty("ItemArrayOutput", String.Concat(_twoItems[0].ItemSpec, ";", _twoItems[1].ItemSpec)); 954ValidateOutputProperty("ObjectArrayOutput", "");