Class RemoteTestListener

java.lang.Object
org.citrusframework.remote.listener.RemoteTestListener
All Implemented Interfaces:
org.citrusframework.report.TestListener

public class RemoteTestListener extends Object implements org.citrusframework.report.TestListener
Since:
2.7.4
Author:
Christoph Deppisch
  • Constructor Details

    • RemoteTestListener

      public RemoteTestListener()
  • Method Details

    • generateTestReport

      public String generateTestReport()
      Generate a test report from the current results.
      Returns:
    • getResults

      public org.citrusframework.report.TestResults getResults()
      Obtains the latestResults.
      Returns:
    • onTestStart

      public void onTestStart(org.citrusframework.TestCase test)
      Specified by:
      onTestStart in interface org.citrusframework.report.TestListener
    • onTestFinish

      public void onTestFinish(org.citrusframework.TestCase test)
      Specified by:
      onTestFinish in interface org.citrusframework.report.TestListener
    • onTestSuccess

      public void onTestSuccess(org.citrusframework.TestCase test)
      Specified by:
      onTestSuccess in interface org.citrusframework.report.TestListener
    • onTestFailure

      public void onTestFailure(org.citrusframework.TestCase test, Throwable cause)
      Specified by:
      onTestFailure in interface org.citrusframework.report.TestListener
    • onTestSkipped

      public void onTestSkipped(org.citrusframework.TestCase test)
      Specified by:
      onTestSkipped in interface org.citrusframework.report.TestListener
    • toRemoteResults

      public List<RemoteResult> toRemoteResults()
    • reset

      public void reset()