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

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

package net.thucydides.core.matchers;

import org.hamcrest.Matcher;

public interface BeanFieldMatcher extends BeanMatcher{
     Matcher getMatcher();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy