![JAR search and dependency download from the Maven repository](/logo.png)
com.lordofthejars.nosqlunit.marklogic.MarkLogicComparisonStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nosqlunit-marklogic Show documentation
Show all versions of nosqlunit-marklogic Show documentation
NoSQLUnit adapter for MarkLogic
The newest version!
package com.lordofthejars.nosqlunit.marklogic;
import com.lordofthejars.nosqlunit.core.ComparisonStrategy;
public interface MarkLogicComparisonStrategy extends ComparisonStrategy {
/**
* Since MarkLogic supports different formats it' up to concrete strategy to implement this interface.
* @param ignoreProperties properties to be ignored
*/
@Override
default void setIgnoreProperties(String[] ignoreProperties) {
//no properties, so nothing to ignore
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy