Class CollectionSizeMatcher

java.lang.Object
org.hamcrest.BaseMatcher<Collection>
org.hibernate.testing.hamcrest.CollectionSizeMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<Collection>, org.hamcrest.SelfDescribing

public class CollectionSizeMatcher extends org.hamcrest.BaseMatcher<Collection>
  • Constructor Details

    • CollectionSizeMatcher

      public CollectionSizeMatcher(int size)
  • Method Details

    • matches

      public boolean matches(Object item)
    • describeTo

      public void describeTo(org.hamcrest.Description description)