Class CollectionContainsOnlyInOrder<T>

  • All Implemented Interfaces:
    org.hamcrest.Matcher<Collection<T>>, org.hamcrest.SelfDescribing

    public final class CollectionContainsOnlyInOrder<T>
    extends org.hamcrest.TypeSafeMatcher<Collection<T>>
    • Method Detail

      • matchesSafely

        protected boolean matchesSafely​(Collection<T> actualItems)
        Specified by:
        matchesSafely in class org.hamcrest.TypeSafeMatcher<Collection<T>>
      • describeTo

        public void describeTo​(org.hamcrest.Description description)