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
Constructors Constructor Description PerformableSteps()PerformableSteps(List<Step> steps)PerformableSteps(List<Step> steps, List<MatchingStepMonitor.StepMatch> stepMatches)
-
Method Summary
Modifier and Type Method Description voidadd(PerformableTree.PerformableSteps performableSteps)voidperform(PerformableTree.RunContext context, boolean interruptIfCancelled)voidreportFailures(PerformableTree.FailureContext context)StringtoString()
-
-
-
Method Detail
-
add
public void add(PerformableTree.PerformableSteps performableSteps)
-
perform
public void perform(PerformableTree.RunContext context, boolean interruptIfCancelled) throws InterruptedException
- Throws:
InterruptedException
-
reportFailures
public void reportFailures(PerformableTree.FailureContext context)
- Specified by:
reportFailuresin interfacePerformableTree.ReportingFailures
-
-