Class InitializationCheckMatcher<T>

  • All Implemented Interfaces:
    org.hamcrest.Matcher<T>, org.hamcrest.SelfDescribing

    public class InitializationCheckMatcher<T>
    extends org.hamcrest.BaseMatcher<T>
    • Constructor Detail

      • InitializationCheckMatcher

        public InitializationCheckMatcher()
      • InitializationCheckMatcher

        public InitializationCheckMatcher​(boolean assertInitialized)
    • Method Detail

      • isNotInitialized

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

        public boolean matches​(Object item)
      • describeTo

        public void describeTo​(org.hamcrest.Description description)