C# Class NuGet.Test.XmlExtensionsTest

Mostrar archivo Open project: xero-github/Nuget

Private Methods

Method Description
AssertAttributeValue ( System.Xml.Linq.XElement element, string attributeName, string expectedAttributeValue ) : void
ExceptWithSimilarTagsRemovesTagsThatChanged ( ) : void
ExceptWithSimilarTagsRemovesTagsThatWereReordered ( ) : void
ExceptWithTagsNoConflicts ( ) : void
ExceptWithTagsWithConflicts ( ) : void
MergingElementsWithMultipleEntiresAddsEntryIfNotExists ( ) : void
MergingElementsWithMultipleSameAttributeNamesAndValuesDoesntDuplicateEntries ( ) : void
MergingTagWithConflictsAddsTag ( ) : void
MergingWithNodeActions ( ) : void
MergingWithSameTagDifferentAttributesWithNoConflictsMergesAttributes ( ) : void
MergingWithoutInsertionMappingsAddsToEnd ( ) : void