Uses of Class
org.jbehave.core.failures.UUIDExceptionWrapper
-
Uses of UUIDExceptionWrapper in org.jbehave.core.failures
Modifier and TypeClassDescriptionclass
Thrown when a pending step is foundclass
Thrown when a pending step is foundclass
Thrown when a step execution has failed -
Uses of UUIDExceptionWrapper in org.jbehave.core.model
-
Uses of UUIDExceptionWrapper in org.jbehave.core.steps
Modifier and TypeFieldDescriptionstatic final UUIDExceptionWrapper
StepCreator.NO_FAILURE
protected final UUIDExceptionWrapper
AbstractStepResult.throwable
Modifier and TypeMethodDescriptionStep.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) 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) ModifierConstructorDescriptionAbstractStepResult
(String step, StepResult.Type type, UUIDExceptionWrapper throwable) Failed
(Method method, UUIDExceptionWrapper throwable) Failed
(String step, UUIDExceptionWrapper throwable)