public abstract class AssertException extends TestErrorConditionException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENTRY_KEY_ASSERTION_TYPE |
errorCode
Constructor and Description |
---|
AssertException() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addDescription(TestReport report)
Requests that the exception populates the TestReport with the
relevant information.
|
abstract java.lang.String |
getAssertionType()
Returns the type of assertion which failed.
|
TestReport |
getTestReport(Test test)
TestErrorConditionException implementation. |
addStackTraceDescription
public static final java.lang.String ENTRY_KEY_ASSERTION_TYPE
public TestReport getTestReport(Test test)
TestErrorConditionException
implementation.getTestReport
in class TestErrorConditionException
public abstract void addDescription(TestReport report)
public abstract java.lang.String getAssertionType()