Uses of Interface
org.jbehave.core.failures.PendingStepStrategy

Packages that use PendingStepStrategy
org.jbehave.core.configuration   
org.jbehave.core.failures   
org.jbehave.core.reporters   
 

Uses of PendingStepStrategy in org.jbehave.core.configuration
 

Methods in org.jbehave.core.configuration that return PendingStepStrategy
 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()
           
 

Methods in org.jbehave.core.configuration with parameters of type PendingStepStrategy
 Configuration UnmodifiableConfiguration.usePendingStepStrategy(PendingStepStrategy pendingStepStrategy)
           
 Configuration Configuration.usePendingStepStrategy(PendingStepStrategy pendingStepStrategy)
           
 

Uses of PendingStepStrategy in org.jbehave.core.failures
 

Classes in org.jbehave.core.failures that implement PendingStepStrategy
 class FailingUponPendingStep
           
 class PassingUponPendingStep
           
 

Uses of PendingStepStrategy in org.jbehave.core.reporters
 

Methods in org.jbehave.core.reporters with parameters of type PendingStepStrategy
 CrossReference CrossReference.withPendingStepStrategy(PendingStepStrategy pendingStepStrategy)
           
 



Copyright © 2003-2012. All Rights Reserved.