Uses of Interface
org.jbehave.scenario.errors.PendingErrorStrategy

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
           
static PendingErrorStrategy PendingErrorStrategy.PASSING
           
 



Copyright © 2003-2008. All Rights Reserved.