Package org.hibernate.testing.hamcrest
Class CollectionMatchers
java.lang.Object
org.hibernate.testing.hamcrest.CollectionMatchers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <X extends Collection<?>>
HasNullElementsMatcher<X> static <X extends Collection<?>>
HasNullElementsMatcher<X> static org.hamcrest.Matcher<Collection<?>> hasSize(int size) static org.hamcrest.Matcher<Collection> isEmpty()static <C extends Collection<?>>
org.hamcrest.Matcher<C> static org.hamcrest.Matcher<Collection> static <C extends Collection<?>>
org.hamcrest.Matcher<C>
-
Constructor Details
-
CollectionMatchers
public CollectionMatchers()
-
-
Method Details
-
isEmpty
-
isNotEmpty
-
hasSize
-
hasNullElements
-
hasNoNullElements
-
isInitialized
-
isNotInitialized
-