Class CollectionMatchers


  • public class CollectionMatchers
    extends Object
    • Constructor Detail

      • CollectionMatchers

        public CollectionMatchers()
    • Method Detail

      • isEmpty

        public static org.hamcrest.Matcher<Collection> isEmpty()
      • isNotEmpty

        public static org.hamcrest.Matcher<Collection> isNotEmpty()
      • hasSize

        public static org.hamcrest.Matcher<Collection<?>> hasSize​(int size)
      • isInitialized

        public static <C extends Collection<?>> org.hamcrest.Matcher<C> isInitialized()
      • isNotInitialized

        public static <C extends Collection<?>> org.hamcrest.Matcher<C> isNotInitialized()