public class TestActionListeners extends Object implements TestActionListener
| Constructor and Description |
|---|
TestActionListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTestActionListener(TestActionListener listener)
Adds a new test action listener.
|
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)
TestActionListeneronTestActionFinish in interface TestActionListenerTestActionListener.onTestActionFinish(com.consol.citrus.TestCase, com.consol.citrus.TestAction)public void onTestActionSkipped(TestCase testCase, TestAction testAction)
TestActionListeneronTestActionSkipped in interface TestActionListenerTestActionListener.onTestActionSkipped(com.consol.citrus.TestCase, com.consol.citrus.TestAction)public void onTestActionStart(TestCase testCase, TestAction testAction)
TestActionListeneronTestActionStart in interface TestActionListenerTestActionListener.onTestActionStart(com.consol.citrus.TestCase, com.consol.citrus.TestAction)public void addTestActionListener(TestActionListener listener)
listener - Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.