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 Details

  • Constructor Details

    • InitializationCheckMatcher

      public InitializationCheckMatcher()
    • InitializationCheckMatcher

      public InitializationCheckMatcher(boolean assertInitialized)
  • Method Details

    • isInitialized

      public static <T> InitializationCheckMatcher<T> isInitialized()
    • isNotInitialized

      public static <T> org.hamcrest.Matcher<T> isNotInitialized()
    • matches

      public boolean matches(Object item)
    • describeTo

      public void describeTo(org.hamcrest.Description description)