public class QaseTestCaseListenerImpl extends Object implements QaseTestCaseListener
| Constructor and Description |
|---|
QaseTestCaseListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
onTestCaseFinished(Consumer<ResultCreate> resultCreateConfigurer) |
void |
onTestCasesSetFinished() |
void |
onTestCaseStarted() |
public void onTestCasesSetFinished()
onTestCasesSetFinished in interface QaseTestCaseListenerpublic void onTestCaseStarted()
onTestCaseStarted in interface QaseTestCaseListenerpublic void onTestCaseFinished(Consumer<ResultCreate> resultCreateConfigurer)
onTestCaseFinished in interface QaseTestCaseListenerresultCreateConfigurer - this consumer will be given with an instance of ResultCreate
to configure before saving or sending the result.Copyright © 2023. All rights reserved.