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