org.jbehave.core.failures
Interface FailureStrategy

All Known Subinterfaces:
PendingStepStrategy
All Known Implementing Classes:
FailingUponPendingStep, PassingUponPendingStep, RethrowingFailure, SilentlyAbsorbingFailure

public interface FailureStrategy

FailureStrategy allows to define failure handling strategies. Two standard strategies are provided:


Method Summary
 void handleFailure(Throwable throwable)
           
 

Method Detail

handleFailure

void handleFailure(Throwable throwable)
                   throws Throwable
Throws:
Throwable


Copyright © 2003-2012. All Rights Reserved.