Uses of Class
org.apache.juneau.assertions.FluentCollectionAssertion
Packages that use FluentCollectionAssertion
-
Uses of FluentCollectionAssertion in org.apache.juneau.assertions
Subclasses of FluentCollectionAssertion in org.apache.juneau.assertionsModifier and TypeClassDescriptionclass
Used for assertion calls against Java beans.class
Used for assertion calls against collections objects.class
Used for fluent assertion calls against lists of beans.class
FluentListAssertion<E,
R> Used for fluent assertion calls against lists.class
Used for fluent assertion calls against lists of strings.class
Used for assertion calls against lists.class
Used for assertion calls against lists of strings.Methods in org.apache.juneau.assertions that return FluentCollectionAssertionModifier and TypeMethodDescriptionFluentAnyAssertion.asCollection()
Converts this object assertion into a collection assertion.<E> FluentCollectionAssertion<E,
R> FluentAnyAssertion.asCollection
(Class<E> elementType) Converts this object assertion into a collection assertion.FluentCollectionAssertion.asTransformed
(Function<Collection<E>, Collection<E>> function) FluentCollectionAssertion.setOut
(PrintStream value) FluentCollectionAssertion.setSilent()
FluentCollectionAssertion.setStdOut()
FluentCollectionAssertion.setThrowable
(Class<? extends RuntimeException> value)