Uses of Class
org.apache.juneau.assertions.ObjectAssertion
Packages that use ObjectAssertion
-
Uses of ObjectAssertion in org.apache.juneau.assertions
Methods in org.apache.juneau.assertions that return ObjectAssertionModifier and TypeMethodDescriptionstatic final <T> ObjectAssertion<T>
Assertions.assertObject
(T value) Performs an assertion on a Java Object.static <T> ObjectAssertion<T>
ObjectAssertion.create
(T value) Static creator.ObjectAssertion.setOut
(PrintStream value) ObjectAssertion.setSilent()
ObjectAssertion.setStdOut()
ObjectAssertion.setThrowable
(Class<? extends RuntimeException> value)