5 references to AddMetadata
Microsoft.Build.Engine.OM.UnitTests (5)
Construction\ConstructionEditing_Tests.cs (5)
873public void InsertMetadataElementAfterSiblings(AddMetadata addMetadata, int position, string expectedItem) 915public void InsertMetadataElementBeforeSiblings(AddMetadata addMetadata, int position, string expectedItem) 996public void InsertMetadataAttributeAfterSiblings(AddMetadata addMetadata, int position, string expectedItem) 1060public void InsertMetadataAttributeBeforeSiblings(AddMetadata addMetadata, int position, string expectedItem) 1071private static void AssertMetadataConstruction(AddMetadata addMetadata, int position, string expectedItem, Action<ProjectItemElement, ProjectMetadataElement, ProjectMetadataElement> actOnTestData)