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 ValueWrapperAssertionFailedError. actualprivate ValueWrapperAssertionFailedError. expectedprivate static ValueWrapperValueWrapper. nullValueWrapperMethods 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.Constructors in org.opentest4j with parameters of type ValueWrapper Constructor Description AssertionFailedError(java.lang.String message, ValueWrapper expected, ValueWrapper actual, java.lang.Throwable cause)
-