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
          Strategy that fails scenario upon pending errors
static PendingErrorStrategy PendingErrorStrategy.PASSING
          Strategy that passes scenarios upon pending errors
 



Copyright © 2003-2010. All Rights Reserved.