|
||||||||||
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(Method method,
UUIDExceptionWrapper e)
|
static StepResult |
AbstractStepResult.failed(String step,
UUIDExceptionWrapper e)
|
static StepResult |
AbstractStepResult.ignorable(String step)
|
static StepResult |
AbstractStepResult.notPerformed(String step)
|
static StepResult |
AbstractStepResult.pending(String step)
|
static StepResult |
AbstractStepResult.pending(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(String step)
|
StepResult |
StepResult.withParameterValues(String parametrisedStep)
|
StepResult |
AbstractStepResult.withParameterValues(String parametrisedStep)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |