net.thucydides.core.matchers.BeanCollectionMatcher Maven / Gradle / Ivy
package net.thucydides.core.matchers;
import java.util.Collection;
public interface BeanCollectionMatcher extends BeanMatcher{
boolean matches(Collection elements);
}
package net.thucydides.core.matchers;
import java.util.Collection;
public interface BeanCollectionMatcher extends BeanMatcher{
boolean matches(Collection elements);
}