public abstract class AbstractTestActionListener extends Object implements TestActionListener
TestActionListener interface so that subclasses only have to overwrite
methods of interest.| Constructor and Description |
|---|
AbstractTestActionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onTestActionFailure(TestAction testAction,
Throwable cause) |
void |
onTestActionFinish(TestAction testAction) |
void |
onTestActionSkipped(TestAction testAction) |
void |
onTestActionStart(TestAction testAction) |
void |
onTestActionSuccess(TestAction testAction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonTestActionFinish, onTestActionSkipped, onTestActionStartpublic void onTestActionFailure(TestAction testAction, Throwable cause)
public void onTestActionFinish(TestAction testAction)
public void onTestActionSkipped(TestAction testAction)
public void onTestActionStart(TestAction testAction)
public void onTestActionSuccess(TestAction testAction)
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.