Uses of Class
org.opentest4j.ValueWrapper
-
Uses of ValueWrapper in org.opentest4j
Fields in org.opentest4j declared as ValueWrapperModifier and TypeFieldDescriptionprivate final ValueWrapper
AssertionFailedError.actual
private final ValueWrapper
AssertionFailedError.expected
private static final ValueWrapper
ValueWrapper.nullValueWrapper
Methods in org.opentest4j that return ValueWrapperModifier and TypeMethodDescriptionstatic ValueWrapper
Factory for creating a newValueWrapper
for the suppliedvalue
.static ValueWrapper
Factory for creating a newValueWrapper
for the suppliedvalue
using the supplied customstringRepresentation
.AssertionFailedError.getActual()
Returns the wrapped actual value if it is defined; otherwisenull
.AssertionFailedError.getExpected()
Returns the wrapped expected value if it is defined; otherwisenull
.Constructors in org.opentest4j with parameters of type ValueWrapperModifierConstructorDescriptionprivate
AssertionFailedError
(String message, ValueWrapper expected, ValueWrapper actual, Throwable cause)