Uses of Class
org.opentest4j.ValueWrapper
-
Uses of ValueWrapper in org.opentest4j
Fields in org.opentest4j declared as ValueWrapperModifier and TypeFieldDescriptionprivate final ValueWrapperAssertionFailedError.actualprivate final ValueWrapperAssertionFailedError.expectedprivate static final ValueWrapperValueWrapper.nullValueWrapperMethods in org.opentest4j that return ValueWrapperModifier and TypeMethodDescriptionstatic ValueWrapperFactory for creating a newValueWrapperfor the suppliedvalue.static ValueWrapperFactory for creating a newValueWrapperfor the suppliedvalueusing 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 ValueWrapperModifierConstructorDescriptionprivateAssertionFailedError(String message, ValueWrapper expected, ValueWrapper actual, Throwable cause)