Package com.epam.reportportal.testng
Class ReportPortalTestNGListener
- java.lang.Object
-
- com.epam.reportportal.testng.BaseTestNGListener
-
- com.epam.reportportal.testng.ReportPortalTestNGListener
-
- All Implemented Interfaces:
org.testng.IConfigurationListener,org.testng.IExecutionListener,org.testng.internal.IResultListener,org.testng.internal.IResultListener2,org.testng.ISuiteListener,org.testng.ITestListener,org.testng.ITestNGListener
public class ReportPortalTestNGListener extends BaseTestNGListener
Backward-compatible version of Listeners with version prior to 3.0.0 Allows to have as many listener instances as needed. The best approach is to have only one instance
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.function.Supplier<ITestNGService>SERVICE
-
Constructor Summary
Constructors Constructor Description ReportPortalTestNGListener()
-
Method Summary
-
Methods inherited from class com.epam.reportportal.testng.BaseTestNGListener
beforeConfiguration, onConfigurationFailure, onConfigurationSkip, onConfigurationSuccess, onExecutionFinish, onExecutionStart, onFinish, onFinish, onStart, onStart, onTestFailedButWithinSuccessPercentage, onTestFailure, onTestSkipped, onTestStart, onTestSuccess
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
SERVICE
public static final java.util.function.Supplier<ITestNGService> SERVICE
-
-