Uses of Class
org.apache.juneau.assertions.CollectionAssertion
Packages that use CollectionAssertion
-
Uses of CollectionAssertion in org.apache.juneau.assertions
Methods in org.apache.juneau.assertions that return CollectionAssertionModifier and TypeMethodDescriptionstatic final <E> CollectionAssertion<E>
Assertions.assertCollection
(Collection<E> value) Performs an assertion on a collection of POJOs.static <E> CollectionAssertion<E>
CollectionAssertion.create
(Collection<E> value) Static creator.CollectionAssertion.setOut
(PrintStream value) CollectionAssertion.setSilent()
CollectionAssertion.setStdOut()
CollectionAssertion.setThrowable
(Class<? extends RuntimeException> value)