Class JaCoCoClient

  • All Implemented Interfaces:
    org.testng.IConfigurationListener, org.testng.IConfigurationListener2, org.testng.internal.IResultListener, org.testng.internal.IResultListener2, org.testng.ITestListener, org.testng.ITestNGListener

    public class JaCoCoClient
    extends org.testng.TestListenerAdapter
    Jacoco client for Server coverages.
    • Constructor Summary

      Constructors 
      Constructor Description
      JaCoCoClient()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onFinish​(org.testng.ITestContext context)  
      • Methods inherited from class org.testng.TestListenerAdapter

        beforeConfiguration, getAllTestMethods, getConfigurationFailures, getConfigurationSkips, getFailedButWithinSuccessPercentageTests, getFailedTests, getPassedTests, getSkippedTests, getTestContexts, onConfigurationFailure, onConfigurationSkip, onConfigurationSuccess, onStart, onTestFailedButWithinSuccessPercentage, onTestFailure, onTestSkipped, onTestStart, onTestSuccess, setAllTestMethods, setFailedButWithinSuccessPercentageTests, setFailedTests, setPassedTests, setSkippedTests, toString
    • Constructor Detail

      • JaCoCoClient

        public JaCoCoClient()
    • Method Detail

      • onFinish

        public void onFinish​(org.testng.ITestContext context)
        Specified by:
        onFinish in interface org.testng.ITestListener
        Overrides:
        onFinish in class org.testng.TestListenerAdapter