at.willhaben.willtest.proxy.assertions.ProxyMatchers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core classes with as few dependencies as possible
package at.willhaben.willtest.proxy.assertions;
import org.hamcrest.Matcher;
import java.util.Collection;
public class ProxyMatchers {
public static Matcher> requestAvailable(String regexMatcher) {
return new RequestAvailableAssertion(regexMatcher);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy