Class RemoteTestListener
java.lang.Object
org.citrusframework.remote.listener.RemoteTestListener
- All Implemented Interfaces:
org.citrusframework.report.TestListener
- Since:
- 2.7.4
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerate a test report from the currentresults.org.citrusframework.report.TestResultsObtains the latestResults.voidonTestFailure(org.citrusframework.TestCase test, Throwable cause) voidonTestFinish(org.citrusframework.TestCase test) voidonTestSkipped(org.citrusframework.TestCase test) voidonTestStart(org.citrusframework.TestCase test) voidonTestSuccess(org.citrusframework.TestCase test) voidreset()
-
Constructor Details
-
RemoteTestListener
public RemoteTestListener()
-
-
Method Details
-
generateTestReport
Generate a test report from the currentresults.- Returns:
-
getResults
public org.citrusframework.report.TestResults getResults()Obtains the latestResults.- Returns:
-
onTestStart
public void onTestStart(org.citrusframework.TestCase test) - Specified by:
onTestStartin interfaceorg.citrusframework.report.TestListener
-
onTestFinish
public void onTestFinish(org.citrusframework.TestCase test) - Specified by:
onTestFinishin interfaceorg.citrusframework.report.TestListener
-
onTestSuccess
public void onTestSuccess(org.citrusframework.TestCase test) - Specified by:
onTestSuccessin interfaceorg.citrusframework.report.TestListener
-
onTestFailure
- Specified by:
onTestFailurein interfaceorg.citrusframework.report.TestListener
-
onTestSkipped
public void onTestSkipped(org.citrusframework.TestCase test) - Specified by:
onTestSkippedin interfaceorg.citrusframework.report.TestListener
-
toRemoteResults
-
reset
public void reset()
-