Modifier and Type | Method | Description |
---|---|---|
static ValueWrapper |
ValueWrapper.create(java.lang.Object value) |
Factory for creating a new
ValueWrapper for the supplied value . |
ValueWrapper |
AssertionFailedError.getActual() |
Returns the wrapped actual value if it is defined; otherwise
null . |
ValueWrapper |
AssertionFailedError.getExpected() |
Returns the wrapped expected value if it is defined; otherwise
null . |