|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UUIDExceptionWrapper | |
---|---|
org.jbehave.core.failures | |
org.jbehave.core.model | |
org.jbehave.core.steps |
Uses of UUIDExceptionWrapper in org.jbehave.core.failures |
---|
Subclasses of UUIDExceptionWrapper in org.jbehave.core.failures | |
---|---|
class |
PendingStepFound
Thrown when a pending step is found |
class |
StepFailed
Thrown when a step execution has failed |
Uses of UUIDExceptionWrapper in org.jbehave.core.model |
---|
Subclasses of UUIDExceptionWrapper in org.jbehave.core.model | |
---|---|
static class |
OutcomesTable.OutcomesFailed
|
Methods in org.jbehave.core.model that return UUIDExceptionWrapper | |
---|---|
UUIDExceptionWrapper |
OutcomesTable.failureCause()
|
Uses of UUIDExceptionWrapper in org.jbehave.core.steps |
---|
Fields in org.jbehave.core.steps declared as UUIDExceptionWrapper | |
---|---|
static UUIDExceptionWrapper |
StepCreator.NO_FAILURE
|
protected UUIDExceptionWrapper |
AbstractStepResult.throwable
|
Methods in org.jbehave.core.steps that return UUIDExceptionWrapper | |
---|---|
UUIDExceptionWrapper |
StepResult.getFailure()
|
UUIDExceptionWrapper |
AbstractStepResult.getFailure()
|
Methods in org.jbehave.core.steps with parameters of type UUIDExceptionWrapper | |
---|---|
StepResult |
StepCreator.SuccessStep.doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened)
|
StepResult |
StepCreator.FailureStep.doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened)
|
StepResult |
StepCreator.ParameterisedStep.doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened)
|
StepResult |
StepCreator.PendingStep.doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened)
|
StepResult |
StepCreator.IgnorableStep.doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened)
|
StepResult |
Step.doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened)
|
static StepResult |
AbstractStepResult.failed(Method method,
UUIDExceptionWrapper e)
|
static StepResult |
AbstractStepResult.failed(String step,
UUIDExceptionWrapper e)
|
StepResult |
StepCreator.SuccessStep.perform(UUIDExceptionWrapper storyFailureIfItHappened)
|
StepResult |
StepCreator.FailureStep.perform(UUIDExceptionWrapper storyFailureIfItHappened)
|
StepResult |
StepCreator.ParameterisedStep.perform(UUIDExceptionWrapper storyFailureIfItHappened)
|
StepResult |
StepCreator.PendingStep.perform(UUIDExceptionWrapper storyFailureIfItHappened)
|
StepResult |
StepCreator.IgnorableStep.perform(UUIDExceptionWrapper storyFailureIfItHappened)
|
StepResult |
Step.perform(UUIDExceptionWrapper storyFailureIfItHappened)
|
Constructors in org.jbehave.core.steps with parameters of type UUIDExceptionWrapper | |
---|---|
AbstractStepResult.Failed(Method method,
UUIDExceptionWrapper throwable)
|
|
AbstractStepResult.Failed(String step,
UUIDExceptionWrapper throwable)
|
|
AbstractStepResult(String step,
UUIDExceptionWrapper throwable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |