Uses of Interface
org.jbehave.core.steps.StepResult
Packages that use StepResult
-
Uses of StepResult in org.jbehave.core.embedder
Method parameters in org.jbehave.core.embedder with type arguments of type StepResultModifier and TypeMethodDescriptionPerformableTree.State.run(Step step, List<StepResult> results, Keywords keywords, StoryReporter reporter) -
Uses of StepResult in org.jbehave.core.steps
Classes in org.jbehave.core.steps that implement StepResultModifier and TypeClassDescriptionclassRepresents the possible step results: Failed NotPerformed Pending Successful Ignorable Skippedstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in org.jbehave.core.steps that return StepResultModifier and TypeMethodDescriptionstatic StepResultStep.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 StepResultAbstractStepResult.failed(Method method, UUIDExceptionWrapper e) static StepResultAbstractStepResult.failed(String step, UUIDExceptionWrapper e) static StepResultstatic StepResultAbstractStepResult.notPerformed(String step) static StepResultAbstractStepResult.pending(StepCreator.PendingStep step) static StepResultAbstractStepResult.pending(StepCreator.PendingStep step, PendingStepFound e) Step.perform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) protected StepResultStepCreator.Comment.perform(UUIDExceptionWrapper storyFailure) StepCreator.ConditionalStep.perform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailureIfItHappened) protected StepResultStepCreator.IgnorableStep.perform(UUIDExceptionWrapper storyFailure) StepCreator.ParametrisedStep.perform(UUIDExceptionWrapper storyFailure) protected StepResultStepCreator.PendingStep.perform(UUIDExceptionWrapper storyFailure) protected abstract StepResultStepCreator.ReportingAbstractStep.perform(UUIDExceptionWrapper storyFailure) final StepResultStepCreator.ReportingAbstractStep.perform(StoryReporter storyReporter, UUIDExceptionWrapper storyFailure) AbstractStepResult.setTimings(Timer timer) StepResult.setTimings(Timer timer) static StepResultAbstractStepResult.skipped()static StepResultAbstractStepResult.successful(Method method) static StepResultAbstractStepResult.successful(String step) AbstractStepResult.withParameterValues(String parametrisedStep) StepResult.withParameterValues(String parametrisedStep)