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

Packages that use PendingErrorStrategy
org.jbehave.core   
org.jbehave.core.errors   
 

Uses of PendingErrorStrategy in org.jbehave.core
 

Methods in org.jbehave.core that return PendingErrorStrategy
 PendingErrorStrategy UnmodifiableStoryConfiguration.pendingErrorStrategy()
           
 PendingErrorStrategy StoryConfiguration.pendingErrorStrategy()
           
 PendingErrorStrategy PropertyBasedStoryConfiguration.pendingErrorStrategy()
          If the system property org.jbehave.failonpending is non-null, returns PendingStepStrategy.FAILING, otherwise returns the defaults.
 

Methods in org.jbehave.core with parameters of type PendingErrorStrategy
 StoryConfiguration UnmodifiableStoryConfiguration.usePendingErrorStrategy(PendingErrorStrategy pendingErrorStrategy)
           
 StoryConfiguration StoryConfiguration.usePendingErrorStrategy(PendingErrorStrategy pendingErrorStrategy)
           
 

Constructors in org.jbehave.core with parameters of type PendingErrorStrategy
StoryConfiguration(Keywords keywords, StepCreator stepCreator, StoryParser storyParser, StoryLoader storyLoader, StoryPathResolver storyPathResolver, ErrorStrategy errorStrategy, StepdocReporter stepdocReporter, StepdocGenerator stepdocGenerator, StoryReporter storyReporter, StoryReporterBuilder storyReporterBuilder, PendingErrorStrategy pendingErrorStrategy)
          Constructor that allows all dependencies to be injected
 

Uses of PendingErrorStrategy in org.jbehave.core.errors
 

Fields in org.jbehave.core.errors declared as PendingErrorStrategy
static PendingErrorStrategy PendingErrorStrategy.FAILING
          Strategy that fails core upon pending errors
static PendingErrorStrategy PendingErrorStrategy.PASSING
          Strategy that passes stories upon pending errors
 



Copyright © 2003-2010. All Rights Reserved.