Package | Description |
---|---|
org.jbehave.core.embedder | |
org.jbehave.core.failures | |
org.jbehave.core.model | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
UUIDExceptionWrapper |
PerformableTree.State.getFailure() |
Modifier and Type | Class and Description |
---|---|
class |
PendingStepFound
Thrown when a pending step is found
|
class |
PendingStepsFound
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 |
Step.doNotPerform(StoryReporter storyReporter,
UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.ParametrisedStep.doNotPerform(StoryReporter storyReporter,
UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.PendingStep.doNotPerform(StoryReporter storyReporter,
UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.IgnorableStep.doNotPerform(StoryReporter storyReporter,
UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.Comment.doNotPerform(StoryReporter storyReporter,
UUIDExceptionWrapper storyFailureIfItHappened) |
static StepResult |
AbstractStepResult.failed(Method method,
UUIDExceptionWrapper e) |
static StepResult |
AbstractStepResult.failed(String step,
UUIDExceptionWrapper e) |
StepResult |
Step.perform(StoryReporter storyReporter,
UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.ParametrisedStep.perform(StoryReporter storyReporter,
UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.PendingStep.perform(StoryReporter storyReporter,
UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.IgnorableStep.perform(StoryReporter storyReporter,
UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.Comment.perform(StoryReporter storyReporter,
UUIDExceptionWrapper storyFailureIfItHappened) |
Constructor and Description |
---|
AbstractStepResult(String step,
StepResult.Type type,
UUIDExceptionWrapper throwable) |
Failed(Method method,
UUIDExceptionWrapper throwable) |
Failed(String step,
UUIDExceptionWrapper throwable) |
Copyright © 2003–2021. All rights reserved.