Uses of Interface
org.jbehave.core.failures.PendingStepStrategy
-
Packages that use PendingStepStrategy Package Description org.jbehave.core.annotations org.jbehave.core.configuration org.jbehave.core.failures org.jbehave.core.junit -
-
Uses of PendingStepStrategy in org.jbehave.core.annotations
Methods in org.jbehave.core.annotations that return types with arguments of type PendingStepStrategy Modifier and Type Method Description Class<? extends PendingStepStrategy>pendingStepStrategy() -
Uses of PendingStepStrategy in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as PendingStepStrategy Modifier and Type Field Description protected 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 PendingStepStrategy Modifier and Type Method Description PendingStepStrategyConfiguration. pendingStepStrategy()PendingStepStrategyPropertyBasedConfiguration. pendingStepStrategy()If the system propertyPropertyBasedConfiguration.FAIL_ON_PENDINGis set, returnsFailingUponPendingStepotherwise returns the default.PendingStepStrategyUnmodifiableConfiguration. pendingStepStrategy()Methods in org.jbehave.core.configuration with parameters of type PendingStepStrategy Modifier and Type Method Description ConfigurationConfiguration. usePendingStepStrategy(PendingStepStrategy pendingStepStrategy)ConfigurationUnmodifiableConfiguration. usePendingStepStrategy(PendingStepStrategy pendingStepStrategy) -
Uses of PendingStepStrategy in org.jbehave.core.failures
Classes in org.jbehave.core.failures that implement PendingStepStrategy Modifier and Type Class Description classFailingUponPendingStepclassPassingUponPendingStep -
Uses of PendingStepStrategy in org.jbehave.core.junit
Methods in org.jbehave.core.junit with parameters of type PendingStepStrategy Modifier and Type Method Description voidJUnit4StoryReporter. usePendingStepStrategy(PendingStepStrategy pendingStepStrategy)
-