All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.thucydides.core.matchers.BeanMatcher Maven / Gradle / Ivy

package net.thucydides.core.matchers;

public interface BeanMatcher {
    boolean matches(Object target);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy