Method | Description | |
---|---|---|
AddExceptionListener ( IExceptionCaughtListener listener ) : void | ||
ExceptionCatchingDecorator ( ICommand command ) : System | ||
Execute ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void | ||
RemoveExceptionListener ( IExceptionCaughtListener listener ) : void | ||
Setup ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void | ||
Verify ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void |
Method | Description | |
---|---|---|
AnnounceThrowableCaught ( |
public AddExceptionListener ( IExceptionCaughtListener listener ) : void | ||
listener | IExceptionCaughtListener | |
return | void |
public ExceptionCatchingDecorator ( ICommand command ) : System | ||
command | ICommand | |
return | System |
public Execute ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void | ||
commandCall | CommandCall | |
evaluator | IEvaluator | |
resultRecorder | IResultRecorder | |
return | void |
public RemoveExceptionListener ( IExceptionCaughtListener listener ) : void | ||
listener | IExceptionCaughtListener | |
return | void |
public Setup ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void | ||
commandCall | CommandCall | |
evaluator | IEvaluator | |
resultRecorder | IResultRecorder | |
return | void |
public Verify ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void | ||
commandCall | CommandCall | |
evaluator | IEvaluator | |
resultRecorder | IResultRecorder | |
return | void |