Class HasNullElementsMatcher<C extends Collection<?>>

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

    public class HasNullElementsMatcher<C extends Collection<?>>
    extends org.hamcrest.BaseMatcher<C>
    • Constructor Detail

      • HasNullElementsMatcher

        public HasNullElementsMatcher​(boolean negated)
    • Method Detail

      • matches

        public boolean matches​(Object item)
      • describeTo

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