Uses of Class
org.apache.juneau.assertions.FluentMapAssertion
Packages that use FluentMapAssertion
-
Uses of FluentMapAssertion in org.apache.juneau.assertions
Subclasses of FluentMapAssertion in org.apache.juneau.assertionsMethods in org.apache.juneau.assertions that return FluentMapAssertionModifier and TypeMethodDescriptionFluentAnyAssertion.asMap()
Converts this object assertion into a map assertion.<K,
V> FluentMapAssertion<K, V, R> Converts this object assertion into a map assertion with the specified key and value types.FluentBeanAssertion.asPropertyMap
(String... names) Extracts the specified fields of this bean into a simple map of key/value pairs and returns it as a newMapAssertion
.FluentMapAssertion.asValueMap
(K... keys) Extracts a subset of this map.FluentMapAssertion.setOut
(PrintStream value) FluentMapAssertion.setSilent()
FluentMapAssertion.setStdOut()
FluentMapAssertion.setThrowable
(Class<? extends RuntimeException> value)