StepResult |
StepCreator.UponSuccessStep.doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.UponFailureStep.doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.ParametrisedStep.doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.UponAnyParametrisedStep.doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.UponSuccessParametrisedStep.doNotPerform(UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.UponFailureParametrisedStep.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.UponSuccessStep.perform(UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.UponFailureStep.perform(UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.ParametrisedStep.perform(UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.UponAnyParametrisedStep.perform(UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.UponSuccessParametrisedStep.perform(UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.UponFailureParametrisedStep.perform(UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.PendingStep.perform(UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
StepCreator.IgnorableStep.perform(UUIDExceptionWrapper storyFailureIfItHappened) |
StepResult |
Step.perform(UUIDExceptionWrapper storyFailureIfItHappened) |
static StepResult |
AbstractStepResult.silent(Method method) |
static StepResult |
AbstractStepResult.skipped() |
static StepResult |
AbstractStepResult.successful(Method method) |
static StepResult |
AbstractStepResult.successful(String step) |
StepResult |
StepResult.withDurationInMillis(long duration) |
StepResult |
AbstractStepResult.withDurationInMillis(long millis) |
StepResult |
StepResult.withParameterValues(String parametrisedStep) |
StepResult |
AbstractStepResult.withParameterValues(String parametrisedStep) |