Uses of Class
org.jbehave.core.failures.UUIDExceptionWrapper

Packages that use UUIDExceptionWrapper
org.jbehave.core.failures   
org.jbehave.core.model   
org.jbehave.core.steps   
 

Uses of UUIDExceptionWrapper in org.jbehave.core.failures
 

Subclasses of UUIDExceptionWrapper in org.jbehave.core.failures
 class PendingStepFound
          Thrown when a pending step is found
 class StepFailed
          Thrown when a step execution has failed
 

Uses of UUIDExceptionWrapper in org.jbehave.core.model
 

Subclasses of UUIDExceptionWrapper in org.jbehave.core.model
static class OutcomesTable.OutcomesFailed
           
 

Methods in org.jbehave.core.model that return UUIDExceptionWrapper
 UUIDExceptionWrapper OutcomesTable.failureCause()
           
 

Uses of UUIDExceptionWrapper in org.jbehave.core.steps
 

Fields in org.jbehave.core.steps declared as UUIDExceptionWrapper
static UUIDExceptionWrapper StepCreator.NO_FAILURE
           
protected  UUIDExceptionWrapper AbstractStepResult.throwable
           
 

Methods in org.jbehave.core.steps that return UUIDExceptionWrapper
 UUIDExceptionWrapper StepResult.getFailure()
           
 UUIDExceptionWrapper AbstractStepResult.getFailure()
           
 

Methods in org.jbehave.core.steps with parameters of type UUIDExceptionWrapper
static StepResult AbstractStepResult.failed(Method method, UUIDExceptionWrapper e)
           
static StepResult AbstractStepResult.failed(String step, UUIDExceptionWrapper e)
           
 StepResult StepCreator.BeforeOrAfterStep.perform(UUIDExceptionWrapper storyFailureIfItHappened)
           
 StepResult StepCreator.AnyOrDefaultStep.perform(UUIDExceptionWrapper storyFailureIfItHappened)
           
 StepResult StepCreator.SuccessStep.perform(UUIDExceptionWrapper storyFailureIfItHappened)
           
 StepResult StepCreator.FailureStep.perform(UUIDExceptionWrapper storyFailureIfItHappened)
           
 StepResult StepCreator.ParameterizedStep.perform(UUIDExceptionWrapper storyFailureIfItHappened)
           
 StepResult StepCreator.PendingStep.perform(UUIDExceptionWrapper storyFailureIfItHappened)
           
 StepResult StepCreator.IgnorableStep.perform(UUIDExceptionWrapper storyFailureIfItHappened)
           
 StepResult Step.perform(UUIDExceptionWrapper storyFailureIfItHappened)
           
 StepResult StepCreator.StepRunner.run(Method method, UUIDExceptionWrapper failureIfItHappened)
           
 

Constructors in org.jbehave.core.steps with parameters of type UUIDExceptionWrapper
AbstractStepResult.Failed(Method method, UUIDExceptionWrapper throwable)
           
AbstractStepResult.Failed(String step, UUIDExceptionWrapper throwable)
           
AbstractStepResult(String step, UUIDExceptionWrapper throwable)
           
 



Copyright © 2003-2011. All Rights Reserved.