
de.codecentric.mule.assertobjectequals.PathOption 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 PathOption {
/**
* The actual value entry set of maps can contain more values than the expected set. So you tests do not fail when
* there are more elements than expected in the result
*/
CONTAINS_ONLY_ON_MAPS,
/**
* The order of map entries is checked. The default is to ignore order of map entries.
*/
CHECK_MAP_ORDER,
/**
* The actual node and its subtree is ignored completely.
*/
IGNORE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy