Class CollectionEmptinessMatcher

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

    public class CollectionEmptinessMatcher
    extends org.hamcrest.BaseMatcher<Collection>
    • Constructor Detail

      • CollectionEmptinessMatcher

        public CollectionEmptinessMatcher​(boolean emptyIsMatch)
    • Method Detail

      • matches

        public boolean matches​(Object item)
      • describeTo

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