8 references to GetConcatenatedItemsOfType
Microsoft.Build.Engine.UnitTests (8)
Evaluation\ItemEvaluation_Tests.cs (8)
601Assert.Equal("**/foo/**/*.cs", project.GetConcatenatedItemsOfType("i")); 602Assert.Equal("**/yyy/**/*.cs", project.GetConcatenatedItemsOfType("i3")); 611Assert.Equal(expectedItems, project.GetConcatenatedItemsOfType("i2")); 613var fullPathItems = project.GetConcatenatedItemsOfType("FullPath"); 617var identityItems = project.GetConcatenatedItemsOfType("Identity"); 622Assert.Equal("**/foo/**/*.cs", project.GetConcatenatedItemsOfType("ItemReference")); 625Assert.Equal(string.Empty, project.GetConcatenatedItemsOfType("RecursiveDir")); 661project.GetConcatenatedItemsOfType("None").ShouldContain("csc.*");