Class AbstractRequestAssertion<T>
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<T>
-
- at.willhaben.willtest.proxy.assertions.AbstractRequestAssertion<T>
-
- All Implemented Interfaces:
org.hamcrest.Matcher<T>,org.hamcrest.SelfDescribing
- Direct Known Subclasses:
RequestAvailableAssertion
public abstract class AbstractRequestAssertion<T> extends org.hamcrest.TypeSafeMatcher<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractRequestAssertion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> booleanoneOrMoreMatch(java.util.Collection<T> list, java.util.function.Predicate<T> filterMethod)-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches, matchesSafely
-
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
-
-