java.lang.Object
net.thucydides.model.steps.StepFailure
Description and underlying cause behind a step failure.
A
StepFailure holds a description of the failed test step and the
exception that was thrown while running it. In most cases the Description
will be of a single test step.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
StepFailure
-
-
Method Details
-
getDescription
- Returns:
- the raw description of the context of the failure.
-
getException
- Returns:
- the exception thrown
-
getMessage
-
getExceptionClass
-
getStackTraceElements
-