Class RequestAvailableAssertion
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<T>
-
- at.willhaben.willtest.proxy.assertions.AbstractRequestAssertion<java.util.Collection<java.lang.String>>
-
- at.willhaben.willtest.proxy.assertions.RequestAvailableAssertion
-
- All Implemented Interfaces:
org.hamcrest.Matcher<java.util.Collection<java.lang.String>>,org.hamcrest.SelfDescribing
public class RequestAvailableAssertion extends AbstractRequestAssertion<java.util.Collection<java.lang.String>>
-
-
Constructor Summary
Constructors Constructor Description RequestAvailableAssertion(java.lang.String regexMatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddescribeTo(org.hamcrest.Description description)protected booleanmatchesSafely(java.util.Collection<java.lang.String> urls)-
Methods inherited from class at.willhaben.willtest.proxy.assertions.AbstractRequestAssertion
oneOrMoreMatch
-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-