Class IsIterableContainingInAnyOrder.Matching<S>

    • Constructor Summary

      Constructors 
      Constructor Description
      Matching​(java.util.Collection<Matcher<? super S>> matchers, Description mismatchDescription)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isFinished​(java.lang.Iterable<? extends S> items)  
      private boolean isMatched​(S item)  
      boolean matches​(S item)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • matchers

        private final java.util.Collection<Matcher<? super S>> matchers
      • mismatchDescription

        private final Description mismatchDescription
    • Constructor Detail

      • Matching

        public Matching​(java.util.Collection<Matcher<? super S>> matchers,
                        Description mismatchDescription)
    • Method Detail

      • matches

        public boolean matches​(S item)
      • isFinished

        public boolean isFinished​(java.lang.Iterable<? extends S> items)
      • isMatched

        private boolean isMatched​(S item)