8 references to GetConcatenatedItemsOfType
Microsoft.Build.Engine.UnitTests (8)
Evaluation\ItemEvaluation_Tests.cs (8)
602Assert.Equal("**/foo/**/*.cs", project.GetConcatenatedItemsOfType("i")); 603Assert.Equal("**/yyy/**/*.cs", project.GetConcatenatedItemsOfType("i3")); 612Assert.Equal(expectedItems, project.GetConcatenatedItemsOfType("i2")); 614var fullPathItems = project.GetConcatenatedItemsOfType("FullPath"); 618var identityItems = project.GetConcatenatedItemsOfType("Identity"); 623Assert.Equal("**/foo/**/*.cs", project.GetConcatenatedItemsOfType("ItemReference")); 626Assert.Equal(string.Empty, project.GetConcatenatedItemsOfType("RecursiveDir")); 662project.GetConcatenatedItemsOfType("None").ShouldContain("csc.*");