Class 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>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> boolean oneOrMoreMatch​(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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.hamcrest.SelfDescribing

        describeTo
    • Constructor Detail

      • AbstractRequestAssertion

        public AbstractRequestAssertion()
    • Method Detail

      • oneOrMoreMatch

        public <T> boolean oneOrMoreMatch​(java.util.Collection<T> list,
                                          java.util.function.Predicate<T> filterMethod)