Package org.assertstruct
Class AssertionStructFailedError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.opentest4j.AssertionFailedError
org.assertstruct.AssertionStructFailedError
- All Implemented Interfaces:
Serializable
public class AssertionStructFailedError
extends org.opentest4j.AssertionFailedError
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssertionStructFailedError(String message, String expectedStr, String actualStr, Object actual) -
Method Summary
Methods inherited from class org.opentest4j.AssertionFailedError
getActual, getExpected, isActualDefined, isExpectedDefined, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AssertionStructFailedError
-