|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StepResult | |
|---|---|
| org.jbehave.core.steps | |
| Uses of StepResult in org.jbehave.core.steps |
|---|
| Classes in org.jbehave.core.steps that implement StepResult | |
|---|---|
class |
AbstractStepResult
Represents the possible step results: Failed NotPerformed Pending Successful Ignorable Skipped |
static class |
AbstractStepResult.Failed
|
static class |
AbstractStepResult.Ignorable
|
static class |
AbstractStepResult.NotPerformed
|
static class |
AbstractStepResult.Pending
|
static class |
AbstractStepResult.Skipped
|
static class |
AbstractStepResult.Successful
|
| Methods in org.jbehave.core.steps that return StepResult | |
|---|---|
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(java.lang.reflect.Method method,
UUIDExceptionWrapper e)
|
static StepResult |
AbstractStepResult.failed(java.lang.String step,
UUIDExceptionWrapper e)
|
static StepResult |
AbstractStepResult.ignorable(java.lang.String step)
|
static StepResult |
AbstractStepResult.notPerformed(java.lang.String step)
|
static StepResult |
AbstractStepResult.pending(java.lang.String step)
|
static StepResult |
AbstractStepResult.pending(java.lang.String step,
PendingStepFound 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)
|
static StepResult |
AbstractStepResult.skipped()
|
static StepResult |
AbstractStepResult.successful(java.lang.String step)
|
StepResult |
StepResult.withParameterValues(java.lang.String parametrisedStep)
|
StepResult |
AbstractStepResult.withParameterValues(java.lang.String parametrisedStep)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||