Package org.jbehave.core.embedder
Class PerformableTree.PerformableSteps
java.lang.Object
org.jbehave.core.embedder.PerformableTree.PerformableSteps
- All Implemented Interfaces:
PerformableTree.ReportingFailures
- Enclosing class:
- PerformableTree
public static class PerformableTree.PerformableSteps
extends Object
implements PerformableTree.ReportingFailures
-
Constructor Summary
ConstructorDescriptionPerformableSteps
(List<Step> steps) PerformableSteps
(List<Step> steps, List<MatchingStepMonitor.StepMatch> stepMatches) -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(PerformableTree.PerformableSteps performableSteps) void
perform
(PerformableTree.RunContext context, boolean interruptIfCancelled) void
toString()
-
Constructor Details
-
PerformableSteps
public PerformableSteps() -
PerformableSteps
-
PerformableSteps
-
-
Method Details
-
add
-
perform
public void perform(PerformableTree.RunContext context, boolean interruptIfCancelled) throws InterruptedException - Throws:
InterruptedException
-
reportFailures
- Specified by:
reportFailures
in interfacePerformableTree.ReportingFailures
-
toString
-