Class AbstractHashCodeAssertionError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.java.pojo.internal.assertion.AbstractAssertionError
-
- com.java.pojo.internal.assertion.hashcode.AbstractHashCodeAssertionError
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EqualHashCodeAssertionError
,NotEqualHashCodeAssertionError
public abstract class AbstractHashCodeAssertionError extends AbstractAssertionError
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.java.pojo.internal.assertion.AbstractAssertionError
testedCass
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getErrorPrefix()
-
Methods inherited from class com.java.pojo.internal.assertion.AbstractAssertionError
getDetailedMessage, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getErrorPrefix
protected String getErrorPrefix()
- Specified by:
getErrorPrefix
in classAbstractAssertionError
-
-