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 StepCollectorConfiguration. stepCollectorProvides pending steps where unmatched steps exist.Methods in org.jbehave.core.configuration that return StepCollector Modifier and Type Method Description StepCollectorConfiguration. stepCollector()StepCollectorUnmodifiableConfiguration. stepCollector()Methods in org.jbehave.core.configuration with parameters of type StepCollector Modifier and Type Method Description ConfigurationConfiguration. useStepCollector(StepCollector stepCollector)ConfigurationUnmodifiableConfiguration. 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 classMarkUnmatchedStepsAsPendingStepCollector that marks unmatched steps asAbstractStepResult.Pending.
-