Uses of Enum Class
org.jbehave.core.steps.StepResult.Type
-
Uses of StepResult.Type in org.jbehave.core.steps
Modifier and TypeMethodDescriptionstatic StepResult.Type
Returns the enum constant of this class with the specified name.static StepResult.Type[]
StepResult.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionAbstractStepResult
(String step, StepResult.Type type, UUIDExceptionWrapper throwable) AbstractStepResult
(StepResult.Type type, String step)