Package | Description |
---|---|
org.jbehave.core.configuration | |
org.jbehave.core.failures | |
org.jbehave.core.reporters |
Modifier and Type | Field and Description |
---|---|
protected PendingStepStrategy |
Configuration.pendingStepStrategy
Allows pending steps to pass, so that steps that to do not match any
method will not cause failure.
|
Modifier and Type | Method and Description |
---|---|
PendingStepStrategy |
UnmodifiableConfiguration.pendingStepStrategy() |
PendingStepStrategy |
PropertyBasedConfiguration.pendingStepStrategy()
If the system property
PropertyBasedConfiguration.FAIL_ON_PENDING is set, returns
FailingUponPendingStep otherwise returns the default. |
PendingStepStrategy |
Configuration.pendingStepStrategy() |
Modifier and Type | Method and Description |
---|---|
Configuration |
UnmodifiableConfiguration.usePendingStepStrategy(PendingStepStrategy pendingStepStrategy) |
Configuration |
Configuration.usePendingStepStrategy(PendingStepStrategy pendingStepStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
FailingUponPendingStep |
class |
PassingUponPendingStep |
Modifier and Type | Method and Description |
---|---|
CrossReference |
CrossReference.withPendingStepStrategy(PendingStepStrategy pendingStepStrategy)
Deprecated.
|
Copyright © 2003–2015. All rights reserved.