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 |
onTestActionFinish(TestCase testCase,
TestAction testAction)
Invoked when test gets finished
|
void |
onTestActionSkipped(TestCase testCase,
TestAction testAction)
Invoked when test is skipped
|
void |
onTestActionStart(TestCase testCase,
TestAction testAction)
Invoked when test gets started
|
public void onTestActionFinish(TestCase testCase, TestAction testAction)
TestActionListener
onTestActionFinish
in interface TestActionListener
public void onTestActionSkipped(TestCase testCase, TestAction testAction)
TestActionListener
onTestActionSkipped
in interface TestActionListener
public void onTestActionStart(TestCase testCase, TestAction testAction)
TestActionListener
onTestActionStart
in interface TestActionListener
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.