
net.amygdalum.testrecorder.runtime.RecursiveMatcher Maven / Gradle / Ivy
The newest version!
package net.amygdalum.testrecorder.runtime;
import java.util.List;
public interface RecursiveMatcher {
List mismatchesWith(String root, Object item);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy