Interface | Description |
---|---|
FailureStrategy |
FailureStrategy allows to define failure handling strategies.
|
PendingStepStrategy |
PendingStepStrategy allows to define how pending steps are handled.
|
Class | Description |
---|---|
BatchFailures | |
FailingUponPendingStep | |
PassingUponPendingStep | |
RethrowingFailure | |
SilentlyAbsorbingFailure |
Exception | Description |
---|---|
BeforeOrAfterFailed |
Thrown when methods, annotated with before or after annotations (story or scenario),
fail.
|
KnownFailure |
Runtime exception thrown to indicate the occurrence of a known failure.
|
PendingStepFound |
Thrown when a pending step is found
|
RestartingScenarioFailure |
Runtime exception thrown to indicate that the scenario should be restarted.
|
StepFailed |
Thrown when a step execution has failed
|
UUIDExceptionWrapper |
Wraps an exception by adding an
UUID . |
Copyright © 2003-2014. All Rights Reserved.