Uses of Class
org.opentest4j.ValueWrapper
-
-
Uses of ValueWrapper in org.opentest4j
Fields in org.opentest4j declared as ValueWrapper Modifier and Type Field Description private ValueWrapper
AssertionFailedError. actual
private ValueWrapper
AssertionFailedError. expected
private static ValueWrapper
ValueWrapper. nullValueWrapper
Methods in org.opentest4j that return ValueWrapper Modifier and Type Method Description static ValueWrapper
ValueWrapper. create(java.lang.Object value)
Factory for creating a newValueWrapper
for the suppliedvalue
.static ValueWrapper
ValueWrapper. create(java.lang.Object value, java.lang.String stringRepresentation)
Factory for creating a newValueWrapper
for the suppliedvalue
using the supplied customstringRepresentation
.ValueWrapper
AssertionFailedError. getActual()
Returns the wrapped actual value if it is defined; otherwisenull
.ValueWrapper
AssertionFailedError. getExpected()
Returns the wrapped expected value if it is defined; otherwisenull
.Constructors in org.opentest4j with parameters of type ValueWrapper Constructor Description AssertionFailedError(java.lang.String message, ValueWrapper expected, ValueWrapper actual, java.lang.Throwable cause)
-