Class ExceptionsReporter
- java.lang.Object
-
- io.testproject.sdk.internal.reporting.extensions.testng.ExceptionsReporter
-
- All Implemented Interfaces:
org.testng.ITestListener,org.testng.ITestNGListener
public class ExceptionsReporter extends java.lang.Object implements org.testng.ITestListenerTestNG extension that takes care of reporting failed assertions.
-
-
Constructor Summary
Constructors Constructor Description ExceptionsReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonTestFailure(org.testng.ITestResult result)Report thrown exceptions after test execution.
-