Package org.jbehave.core.steps
Class AbstractStepResult.Pending
- java.lang.Object
-
- org.jbehave.core.steps.AbstractStepResult
-
- org.jbehave.core.steps.AbstractStepResult.Pending
-
- All Implemented Interfaces:
StepResult
- Enclosing class:
- AbstractStepResult
public static class AbstractStepResult.Pending extends AbstractStepResult
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jbehave.core.steps.AbstractStepResult
AbstractStepResult.Comment, AbstractStepResult.Failed, AbstractStepResult.Ignorable, AbstractStepResult.NotPerformed, AbstractStepResult.Pending, AbstractStepResult.Skipped, AbstractStepResult.Successful
-
Nested classes/interfaces inherited from interface org.jbehave.core.steps.StepResult
StepResult.Type
-
-
Field Summary
-
Fields inherited from class org.jbehave.core.steps.AbstractStepResult
step, throwable, type
-
-
Constructor Summary
Constructors Constructor Description Pending(StepCreator.PendingStep step)
Pending(StepCreator.PendingStep step, PendingStepFound e)
-
Method Summary
Modifier and Type Method Description void
describeTo(StoryReporter reporter)
-
Methods inherited from class org.jbehave.core.steps.AbstractStepResult
comment, failed, failed, getFailure, getTiming, ignorable, notPerformed, parametrisedStep, pending, pending, setTimings, skipped, successful, successful, toString, withParameterValues
-
-
-
-
Constructor Detail
-
Pending
public Pending(StepCreator.PendingStep step)
-
Pending
public Pending(StepCreator.PendingStep step, PendingStepFound e)
-
-
Method Detail
-
describeTo
public void describeTo(StoryReporter reporter)
-
-