Uses of Interface
org.jbehave.core.failures.PendingStepStrategy
Packages that use PendingStepStrategy
-
Uses of PendingStepStrategy in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as PendingStepStrategyModifier and TypeFieldDescriptionprotected PendingStepStrategyConfiguration.pendingStepStrategyAllows pending steps to pass, so that steps that to do not match any method will not cause failure.Methods in org.jbehave.core.configuration that return PendingStepStrategyModifier and TypeMethodDescriptionConfiguration.pendingStepStrategy()PropertyBasedConfiguration.pendingStepStrategy()If the system propertyPropertyBasedConfiguration.FAIL_ON_PENDINGis set, returnsFailingUponPendingStepotherwise returns the default.UnmodifiableConfiguration.pendingStepStrategy()Methods in org.jbehave.core.configuration with parameters of type PendingStepStrategyModifier and TypeMethodDescriptionConfiguration.usePendingStepStrategy(PendingStepStrategy pendingStepStrategy) UnmodifiableConfiguration.usePendingStepStrategy(PendingStepStrategy pendingStepStrategy) -
Uses of PendingStepStrategy in org.jbehave.core.failures
Classes in org.jbehave.core.failures that implement PendingStepStrategyModifier and TypeClassDescriptionfinal classfinal class -
Uses of PendingStepStrategy in org.jbehave.core.junit
Methods in org.jbehave.core.junit with parameters of type PendingStepStrategyModifier and TypeMethodDescriptionvoidJUnit4StoryReporter.usePendingStepStrategy(PendingStepStrategy pendingStepStrategy)