7 references to GetConcatenatedItemsOfType
Microsoft.Build.Engine.UnitTests (7)
Evaluation\ItemEvaluation_Tests.cs (7)
599Assert.Equal("**/foo/**/*.cs", project.GetConcatenatedItemsOfType("i")); 600Assert.Equal("**/yyy/**/*.cs", project.GetConcatenatedItemsOfType("i3")); 609Assert.Equal(expectedItems, project.GetConcatenatedItemsOfType("i2")); 611var fullPathItems = project.GetConcatenatedItemsOfType("FullPath"); 615var identityItems = project.GetConcatenatedItemsOfType("Identity"); 620Assert.Equal("**/foo/**/*.cs", project.GetConcatenatedItemsOfType("ItemReference")); 623Assert.Equal(string.Empty, project.GetConcatenatedItemsOfType("RecursiveDir"));