public interface TestSuiteListener
Modifier and Type | Method and Description |
---|---|
void |
onFinish()
Invoked on test suite finish.
|
void |
onFinishFailure(Throwable cause)
Invoked after failed test suite finish.
|
void |
onFinishSuccess()
Invoked after successful test suite finish.
|
void |
onStart()
Invoked on test suite start.
|
void |
onStartFailure(Throwable cause)
Invoked after failed test suite start.
|
void |
onStartSuccess()
Invoked after successful test suite start.
|
void onStart()
void onStartSuccess()
void onStartFailure(Throwable cause)
cause
- void onFinish()
void onFinishSuccess()
void onFinishFailure(Throwable cause)
cause
- Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.