Uses of Interface
org.jbehave.core.steps.StepCollector
-
Packages that use StepCollector Package Description org.jbehave.core.annotations org.jbehave.core.configuration org.jbehave.core.steps -
-
Uses of StepCollector in org.jbehave.core.annotations
Methods in org.jbehave.core.annotations that return types with arguments of type StepCollector Modifier and Type Method Description Class<? extends StepCollector>
stepCollector()
-
Uses of StepCollector in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as StepCollector Modifier and Type Field Description protected StepCollector
Configuration. stepCollector
Provides pending steps where unmatched steps exist.Methods in org.jbehave.core.configuration that return StepCollector Modifier and Type Method Description StepCollector
Configuration. stepCollector()
StepCollector
UnmodifiableConfiguration. stepCollector()
Methods in org.jbehave.core.configuration with parameters of type StepCollector Modifier and Type Method Description Configuration
Configuration. useStepCollector(StepCollector stepCollector)
Configuration
UnmodifiableConfiguration. useStepCollector(StepCollector stepCollector)
-
Uses of StepCollector in org.jbehave.core.steps
Classes in org.jbehave.core.steps that implement StepCollector Modifier and Type Class Description class
MarkUnmatchedStepsAsPending
StepCollector that marks unmatched steps asAbstractStepResult.Pending
.
-