Uses of Interface
org.jbehave.core.steps.StepResult
-
Uses of StepResult in org.jbehave.core.embedder
Modifier and TypeMethodDescriptionPerformableTree.State.run
(Step step, List<StepResult> results, Keywords keywords, StoryReporter reporter) -
Uses of StepResult in org.jbehave.core.steps
Modifier and TypeClassDescriptionclass
Represents the possible step results: Failed NotPerformed Pending Successful Ignorable Skippedstatic class
static class
static class
static class
static class
static class
static class
Modifier and TypeMethodDescriptionstatic StepResult
Step.doNotPerform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) StepCreator.Comment.doNotPerform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) StepCreator.ConditionalStep.doNotPerform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) StepCreator.IgnorableStep.doNotPerform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) StepCreator.ParametrisedStep.doNotPerform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) StepCreator.PendingStep.doNotPerform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) static StepResult
AbstractStepResult.failed
(Method method, UUIDExceptionWrapper e) static StepResult
AbstractStepResult.failed
(String step, UUIDExceptionWrapper e) static StepResult
static StepResult
AbstractStepResult.notPerformed
(String step) static StepResult
AbstractStepResult.pending
(StepCreator.PendingStep step) static StepResult
AbstractStepResult.pending
(StepCreator.PendingStep step, PendingStepFound e) Step.perform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) protected StepResult
StepCreator.Comment.perform
(UUIDExceptionWrapper storyFailure) StepCreator.ConditionalStep.perform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) protected StepResult
StepCreator.IgnorableStep.perform
(UUIDExceptionWrapper storyFailure) StepCreator.ParametrisedStep.perform
(UUIDExceptionWrapper storyFailure) protected StepResult
StepCreator.PendingStep.perform
(UUIDExceptionWrapper storyFailure) protected abstract StepResult
StepCreator.ReportingAbstractStep.perform
(UUIDExceptionWrapper storyFailure) final StepResult
StepCreator.ReportingAbstractStep.perform
(StoryReporter storyReporter, UUIDExceptionWrapper storyFailure) AbstractStepResult.setTimings
(Timer timer) StepResult.setTimings
(Timer timer) static StepResult
AbstractStepResult.skipped()
static StepResult
AbstractStepResult.successful
(Method method) static StepResult
AbstractStepResult.successful
(String step) AbstractStepResult.withParameterValues
(String parametrisedStep) StepResult.withParameterValues
(String parametrisedStep)