Uses of Class
org.opentest4j.ValueWrapper
-
-
Uses of ValueWrapper in org.opentest4j
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
.
-