Package com.codeborne.selenide.testng
Class GlobalTextReport
java.lang.Object
com.codeborne.selenide.testng.TextReport
com.codeborne.selenide.testng.GlobalTextReport
- All Implemented Interfaces:
org.testng.IInvokedMethodListener
,org.testng.ITestNGListener
Deprecated.
Reports for every test method in the suite
Annotate any test class in your suite with
@Listeners({GlobalTextReport.class})
- Since:
- Selenide 3.6
-
Field Summary
Fields inherited from class com.codeborne.selenide.testng.TextReport
onFailedTest, onSucceededTest, report
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.codeborne.selenide.testng.TextReport
afterInvocation, beforeInvocation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.testng.IInvokedMethodListener
afterInvocation, beforeInvocation
-
Constructor Details
-
GlobalTextReport
public GlobalTextReport()Deprecated.
-
TextReport
since Selenide 6.7.0 - just useTextReport
instead.