Package com.aventstack.extentreports
Class AbstractProcessor
java.lang.Object
com.aventstack.extentreports.AbstractProcessor
- Direct Known Subclasses:
ExtentReports
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidattachReporter(ExtentObserver... observers) protected voidconvertRawEntities(ExtentReports extent, File f) protected voidonAuthorAdded(Author x, Test test) protected voidonAuthorAssigned(Author x, Test test) protected voidonCategoryAdded(Category x, Test test) protected voidonCategoryAssigned(Category x, Test test) protected voidonDeviceAdded(Device x, Test test) protected voidonDeviceAssigned(Device x, Test test) protected voidonFlush()protected voidonLogCreated(Log log, Test test) protected voidonMediaAdded(Media m, Log log, Test test) protected voidonMediaAdded(Media m, Test test) protected voidonNodeCreated(Test node) protected voidonReportLogAdded(String log) protected voidprotected voidonTestCreated(Test test) protected voidonTestRemoved(Test test)
-
Field Details
-
keepLastRetryOnly
protected boolean keepLastRetryOnly
-
-
Constructor Details
-
AbstractProcessor
public AbstractProcessor()
-
-
Method Details
-
onTestCreated
-
onTestRemoved
-
onNodeCreated
-
onLogCreated
-
onMediaAdded
-
onMediaAdded
-
onAuthorAdded
-
onCategoryAdded
-
onDeviceAdded
-
onFlush
protected void onFlush() -
onReportLogAdded
-
onSystemInfoAdded
-
convertRawEntities
- Throws:
IOException
-
attachReporter
-
onAuthorAssigned
-
onCategoryAssigned
-
onDeviceAssigned
-