Package | Description |
---|---|
org.jbehave.core.failures | |
org.jbehave.core.model | |
org.jbehave.core.steps |
Modifier and Type | Class and Description |
---|---|
class |
PendingStepFound
Thrown when a pending step is found
|
class |
StepFailed
Thrown when a step execution has failed
|
Modifier and Type | Class and Description |
---|---|
static class |
OutcomesTable.OutcomesFailed |
Modifier and Type | Method and Description |
---|---|
UUIDExceptionWrapper |
OutcomesTable.failureCause() |
Modifier and Type | Field and Description |
---|---|
static UUIDExceptionWrapper |
StepCreator.NO_FAILURE |
protected UUIDExceptionWrapper |
AbstractStepResult.throwable |
Modifier and Type | Method and Description |
---|---|
UUIDExceptionWrapper |
StepResult.getFailure() |
UUIDExceptionWrapper |
AbstractStepResult.getFailure() |
Modifier and Type | Method and Description |
---|---|
StepResult |
StepCreator.UponSuccessStep.doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.UponFailureStep.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(java.lang.reflect.Method method,
UUIDExceptionWrapper e) |
static StepResult |
AbstractStepResult.failed(java.lang.String step,
UUIDExceptionWrapper e) |
StepResult |
StepCreator.UponSuccessStep.perform(UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.UponFailureStep.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) |
Constructor and Description |
---|
AbstractStepResult.Failed(java.lang.reflect.Method method,
UUIDExceptionWrapper throwable) |
AbstractStepResult.Failed(java.lang.String step,
UUIDExceptionWrapper throwable) |
AbstractStepResult(java.lang.String step,
UUIDExceptionWrapper throwable) |
Copyright © 2003-2014. All Rights Reserved.