-
- All Implemented Interfaces:
-
com.kaspersky.kaspresso.interceptors.watcher.testcase.TestContextHolder,com.kaspersky.kaspresso.interceptors.watcher.testcase.TestRunWatcherInterceptor
public final class BuildStepReportWatcherInterceptor implements TestRunWatcherInterceptor
-
-
Constructor Summary
Constructors Constructor Description BuildStepReportWatcherInterceptor(ReportWriter reportWriter)
-
Method Summary
Modifier and Type Method Description UnitonTestFinished(TestInfo testInfo, Boolean success)-
Methods inherited from class com.kaspersky.kaspresso.interceptors.watcher.testcase.impl.report.BuildStepReportWatcherInterceptor
onAfterSectionFinishedFailed, onAfterSectionFinishedSuccess, onAfterSectionStarted, onBeforeSectionFinishedFailed, onBeforeSectionFinishedSuccess, onBeforeSectionStarted, onMainSectionFinishedFailed, onMainSectionFinishedSuccess, onMainSectionStarted, onTestStarted -
Methods inherited from class com.kaspersky.kaspresso.interceptors.watcher.testcase.TestRunWatcherInterceptor
setBaseTestContext -
Methods inherited from class com.kaspersky.kaspresso.interceptors.watcher.testcase.TestContextHolder
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BuildStepReportWatcherInterceptor
BuildStepReportWatcherInterceptor(ReportWriter reportWriter)
-
-
Method Detail
-
onTestFinished
Unit onTestFinished(TestInfo testInfo, Boolean success)
-
-
-
-