| 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.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) |
| Constructor and Description |
|---|
AbstractStepResult.Failed(Method method,
UUIDExceptionWrapper throwable) |
AbstractStepResult.Failed(String step,
UUIDExceptionWrapper throwable) |
AbstractStepResult(String step,
UUIDExceptionWrapper throwable) |
Copyright © 2003-2013. All Rights Reserved.