Uses of Enum Class
org.jbehave.core.steps.StepResult.Type
Packages that use StepResult.Type
-
Uses of StepResult.Type in org.jbehave.core.steps
Fields in org.jbehave.core.steps declared as StepResult.TypeMethods in org.jbehave.core.steps that return StepResult.TypeModifier and TypeMethodDescriptionstatic StepResult.TypeReturns 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.Constructors in org.jbehave.core.steps with parameters of type StepResult.TypeModifierConstructorDescriptionAbstractStepResult(String step, StepResult.Type type, UUIDExceptionWrapper throwable) AbstractStepResult(StepResult.Type type, String step)