15 references to ValidateOutputProperty
Microsoft.Build.Engine.UnitTests (15)
BackEnd\TaskExecutionHost_Tests.cs (15)
673ValidateOutputProperty("BoolOutput", "True");
693ValidateOutputProperty("BoolArrayOutput", "False;True");
717ValidateOutputProperty("IntOutput", "42");
737ValidateOutputProperty("IntArrayOutput", "42;99");
761ValidateOutputProperty("StringOutput", "FOO");
771ValidateOutputProperty("EmptyStringOutput", String.Empty);
781ValidateOutputProperty("EmptyStringArrayOutput", String.Empty);
791ValidateOutputProperty("NullStringOutput", "initialvalue");
801ValidateOutputProperty("NullITaskItemOutput", "initialvalue");
811ValidateOutputProperty("NullStringArrayOutput", "initialvalue");
821ValidateOutputProperty("NullITaskItemArrayOutput", "initialvalue");
841ValidateOutputProperty("StringArrayOutput", "FOO;bar");
865ValidateOutputProperty("ItemOutput", _oneItem[0].ItemSpec);
885ValidateOutputProperty("ItemArrayOutput", String.Concat(_twoItems[0].ItemSpec, ";", _twoItems[1].ItemSpec));
953ValidateOutputProperty("ObjectArrayOutput", "");