public interface TestActionListener
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
|
void onTestActionStart(TestCase testCase, TestAction testAction)
testCase
- testAction
- void onTestActionFinish(TestCase testCase, TestAction testAction)
testAction
- void onTestActionSkipped(TestCase testCase, TestAction testAction)
testAction
- Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.