Class HasNullElementsMatcher<C extends Collection<?>>

java.lang.Object
org.hamcrest.BaseMatcher<C>
org.hibernate.testing.hamcrest.HasNullElementsMatcher<C>
All Implemented Interfaces:
org.hamcrest.Matcher<C>, org.hamcrest.SelfDescribing

public class HasNullElementsMatcher<C extends Collection<?>> extends org.hamcrest.BaseMatcher<C>
  • Field Details

  • Constructor Details

    • HasNullElementsMatcher

      public HasNullElementsMatcher(boolean negated)
  • Method Details

    • matches

      public boolean matches(Object item)
    • describeTo

      public void describeTo(org.hamcrest.Description description)