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 PendingStepStrategy
Configuration. pendingStepStrategy
Allows 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 PendingStepStrategy
Configuration. pendingStepStrategy()
PendingStepStrategy
PropertyBasedConfiguration. pendingStepStrategy()
If the system propertyPropertyBasedConfiguration.FAIL_ON_PENDING
is set, returnsFailingUponPendingStep
otherwise returns the default.PendingStepStrategy
UnmodifiableConfiguration. pendingStepStrategy()
Methods in org.jbehave.core.configuration with parameters of type PendingStepStrategy Modifier and Type Method Description Configuration
Configuration. usePendingStepStrategy(PendingStepStrategy pendingStepStrategy)
Configuration
UnmodifiableConfiguration. 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 class
FailingUponPendingStep
class
PassingUponPendingStep
-
Uses of PendingStepStrategy in org.jbehave.core.junit
Methods in org.jbehave.core.junit with parameters of type PendingStepStrategy Modifier and Type Method Description void
JUnit4StoryReporter. usePendingStepStrategy(PendingStepStrategy pendingStepStrategy)
-