org.jbehave.scenario.errors
Interface PendingErrorStrategy

All Superinterfaces:
ErrorStrategy

public interface PendingErrorStrategy
extends ErrorStrategy


Field Summary
static PendingErrorStrategy FAILING
           
static PendingErrorStrategy PASSING
           
 
Fields inherited from interface org.jbehave.scenario.errors.ErrorStrategy
RETHROW, SILENT
 
Method Summary
 
Methods inherited from interface org.jbehave.scenario.errors.ErrorStrategy
handleError
 

Field Detail

PASSING

static final PendingErrorStrategy PASSING

FAILING

static final PendingErrorStrategy FAILING


Copyright © 2003-2008. All Rights Reserved.