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 ValueWrapperValueWrapper. create(java.lang.Object value)Factory for creating a newValueWrapperfor the suppliedvalue.static ValueWrapperValueWrapper. create(java.lang.Object value, java.lang.String stringRepresentation)Factory for creating a newValueWrapperfor the suppliedvalueusing the supplied customstringRepresentation.ValueWrapperAssertionFailedError. getActual()Returns the wrapped actual value if it is defined; otherwisenull.ValueWrapperAssertionFailedError. getExpected()Returns the wrapped expected value if it is defined; otherwisenull.
-