|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PendingErrorStrategy | |
---|---|
org.jbehave.scenario | |
org.jbehave.scenario.errors |
Uses of PendingErrorStrategy in org.jbehave.scenario |
---|
Methods in org.jbehave.scenario that return PendingErrorStrategy | |
---|---|
PendingErrorStrategy |
PropertyBasedConfiguration.forPendingSteps()
If the system property org.jbehave.failonpending is non-null, returns PendingStepStrategy.FAILING, otherwise returns the defaults. |
PendingErrorStrategy |
MostUsefulConfiguration.forPendingSteps()
Allows pending steps to pass, so that builds etc. |
PendingErrorStrategy |
Configuration.forPendingSteps()
|
Uses of PendingErrorStrategy in org.jbehave.scenario.errors |
---|
Fields in org.jbehave.scenario.errors declared as PendingErrorStrategy | |
---|---|
static PendingErrorStrategy |
PendingErrorStrategy.FAILING
Strategy that fails scenario upon pending errors |
static PendingErrorStrategy |
PendingErrorStrategy.PASSING
Strategy that passes scenarios upon pending errors |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |