public abstract class AbstractAssertionError
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Class<?> |
testedCass |
| Constructor and Description |
|---|
AbstractAssertionError(java.lang.Class<?> testedCass) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.String |
getDetailedMessage() |
protected abstract java.lang.String |
getErrorPrefix() |
java.lang.String |
getMessage() |