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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toString
-
Constructor Details
-
CollectionSizeMatcher
public CollectionSizeMatcher(int size)
-
-
Method Details
-
matches
-
describeTo
public void describeTo(org.hamcrest.Description description)
-