
de.codecentric.mule.assertobjectequals.XmlCompareOption Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of assert-object-equals-connector Show documentation
Show all versions of assert-object-equals-connector Show documentation
A Mule connector for comparing object structures (Map/List) or XML in MUnit tests.
The newest version!
package de.codecentric.mule.assertobjectequals;
public enum XmlCompareOption {
/**
* Will remove all comment-Tags "<!-- Comment -->" from test- and control-XML before comparing.
*/
IGNORE_COMMENTS,
/**
* Ignore whitespace by removing all empty text nodes and trimming the non-empty ones.
*/
IGNORE_WHITESPACE,
/**
* Normalize Text-Elements by removing all empty text nodes and normalizing the non-empty ones.
*/
NORMALIZE_WHITESPACE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy