public interface TestListener
Modifier and Type | Method and Description |
---|---|
void |
onTestFailure(TestCase test,
Throwable cause)
Invoked when test finished with failure
|
void |
onTestFinish(TestCase test)
Invoked when test gets finished
|
void |
onTestSkipped(TestCase test)
Invoked when test is skipped
|
void |
onTestStart(TestCase test)
Invoked when test gets started
|
void |
onTestSuccess(TestCase test)
Invoked when test finished with success
|
void onTestStart(TestCase test)
test
- void onTestFinish(TestCase test)
test
- void onTestSuccess(TestCase test)
test
- void onTestFailure(TestCase test, Throwable cause)
test
- void onTestSkipped(TestCase test)
test
- Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.