Package org.hibernate.testing.hamcrest
Class InitializationCheckMatcher<T>
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hibernate.testing.hamcrest.InitializationCheckMatcher<T>
- All Implemented Interfaces:
org.hamcrest.Matcher<T>
,org.hamcrest.SelfDescribing
public class InitializationCheckMatcher<T>
extends org.hamcrest.BaseMatcher<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InitializationCheckMatcher
static final InitializationCheckMatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
describeTo
(org.hamcrest.Description description) static <T> InitializationCheckMatcher<T>
static <T> org.hamcrest.Matcher<T>
boolean
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toString
-
Field Details
-
INITIALIZED_MATCHER
-
UNINITIALIZED_MATCHER
-
-
Constructor Details
-
InitializationCheckMatcher
public InitializationCheckMatcher() -
InitializationCheckMatcher
public InitializationCheckMatcher(boolean assertInitialized)
-
-
Method Details
-
isInitialized
-
isNotInitialized
public static <T> org.hamcrest.Matcher<T> isNotInitialized() -
matches
-
describeTo
public void describeTo(org.hamcrest.Description description)
-