Package org.hibernate.testing.hamcrest
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 Summary
Constructors Constructor Description CollectionSizeMatcher(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
describeTo(org.hamcrest.Description description)
boolean
matches(Object item)
-
-
-
Method Detail
-
matches
public boolean matches(Object item)
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
-