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

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

Uses of ErrorStrategy in org.jbehave.core
 

Methods in org.jbehave.core that return ErrorStrategy
 ErrorStrategy UnmodifiableStoryConfiguration.errorStrategy()
           
 ErrorStrategy StoryConfiguration.errorStrategy()
           
 ErrorStrategy PropertyBasedStoryConfiguration.errorStrategy()
          Returns the default ErrorStrategy for handling errors.
 

Methods in org.jbehave.core with parameters of type ErrorStrategy
 StoryConfiguration UnmodifiableStoryConfiguration.useErrorStrategy(ErrorStrategy errorStrategy)
           
 StoryConfiguration StoryConfiguration.useErrorStrategy(ErrorStrategy errorStrategy)
           
 

Constructors in org.jbehave.core with parameters of type ErrorStrategy
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 ErrorStrategy in org.jbehave.core.errors
 

Subinterfaces of ErrorStrategy in org.jbehave.core.errors
 interface PendingErrorStrategy
          PendingErrorStrategy allows to define how pending error are handled.
 

Classes in org.jbehave.core.errors that implement ErrorStrategy
 class ErrorStrategyInWhichWeTrustTheReporter
           
 

Fields in org.jbehave.core.errors declared as ErrorStrategy
static ErrorStrategy ErrorStrategy.RETHROW
          Strategy that rethrows the error
static ErrorStrategy ErrorStrategy.SILENT
          Strategy that silently absorbs the error
 



Copyright © 2003-2010. All Rights Reserved.