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) |