public class QAFTestStepAdapter extends java.lang.Object implements QAFTestStepListener
QAFTestStepListener. Extend this class if you don't
want to implement all listener methods.| Constructor and Description |
|---|
QAFTestStepAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterExecute(StepExecutionTracker stepExecutionTracker) |
void |
beforExecute(StepExecutionTracker stepExecutionTracker)
This method will be called before execution of test step.
|
void |
onFailure(StepExecutionTracker stepExecutionTracker)
This method will called when ever step failed.
|
public void onFailure(StepExecutionTracker stepExecutionTracker)
QAFTestStepListeneronFailure in interface QAFTestStepListenerQAFTestSteppublic void beforExecute(StepExecutionTracker stepExecutionTracker)
QAFTestStepListenerbeforExecute in interface QAFTestStepListenerpublic void afterExecute(StepExecutionTracker stepExecutionTracker)
afterExecute in interface QAFTestStepListenerCopyright © 2000 Infostretch Corp.