Package | Description |
---|---|
com.aventstack.extentreports | |
com.aventstack.extentreports.model | |
com.aventstack.extentreports.reporter | |
com.aventstack.extentreports.reporter.converters |
Modifier and Type | Method and Description |
---|---|
Test |
ExtentTest.getModel()
Returns the underlying test which controls the internal model
|
Modifier and Type | Method and Description |
---|---|
void |
TestListener.onAuthorAssigned(Test test,
Author author)
Invoked each time an author is assigned to any test/node
|
void |
TestListener.onCategoryAssigned(Test test,
Category category)
Invoked each time a category is assigned to any test/node
|
void |
TestListener.onLogAdded(Test test,
Log log)
Invoked each time a log is added to any test/node
|
void |
TestListener.onNodeStarted(Test node)
Invoked when a node is started using
createNode(args) |
void |
TestListener.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture)
Invoked each time a screencapture is added to test
|
void |
TestListener.onScreencastAdded(Test test,
Screencast screencast)
Invoked each time a screencast is added
|
void |
TestListener.onTestStarted(Test test)
Invoked when a test is started using
createTest(args) |
void |
TestAttributeTestContextProvider.setAttributeContext(T attr,
Test test) |
void |
ExceptionTestContextImpl.setExceptionContext(ExceptionInfo ei,
Test test) |
Modifier and Type | Method and Description |
---|---|
void |
SessionStatusStats.refresh(java.util.List<Test> testCollection) |
void |
ReportAggregatesListener.setTestList(java.util.List<Test> testList)
Allows sharing the complete list of tests with the reporter
|
Modifier and Type | Method and Description |
---|---|
Test |
Test.getParent() |
Test |
Log.getParentModel() |
Modifier and Type | Method and Description |
---|---|
AbstractStructure<Test> |
Test.getNodeContext() |
java.util.List<Test> |
TestAttributeTestContext.getTestList() |
java.util.List<Test> |
ExceptionTestContext.getTestList() |
Modifier and Type | Method and Description |
---|---|
void |
Test.setParent(Test parent) |
void |
TestAttributeTestContext.setTest(Test test) |
void |
ExceptionTestContext.setTest(Test test) |
Constructor and Description |
---|
Log(Test test) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Test> |
ExtentXReporter.getTestList() |
java.util.List<Test> |
ExtentHtmlReporter.getTestList() |
java.util.List<Test> |
ExtentEmailReporter.getTestList() |
Modifier and Type | Method and Description |
---|---|
void |
ExtentXReporter.onAuthorAssigned(Test test,
Author author) |
void |
ExtentLogger.onAuthorAssigned(Test test,
Author author) |
void |
BasicFileReporter.onAuthorAssigned(Test test,
Author author) |
void |
ExtentXReporter.onCategoryAssigned(Test test,
Category category) |
void |
ExtentLogger.onCategoryAssigned(Test test,
Category category) |
void |
BasicFileReporter.onCategoryAssigned(Test test,
Category category) |
void |
ExtentXReporter.onLogAdded(Test test,
Log log) |
void |
ExtentLogger.onLogAdded(Test test,
Log log) |
void |
BasicFileReporter.onLogAdded(Test test,
Log log) |
void |
ExtentXReporter.onNodeStarted(Test node) |
void |
ExtentLogger.onNodeStarted(Test node) |
void |
BasicFileReporter.onNodeStarted(Test node) |
void |
ExtentXReporter.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture) |
void |
ExtentLogger.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture) |
void |
ExtentHtmlReporter.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture) |
void |
ExtentEmailReporter.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture) |
void |
ExtentXReporter.onScreencastAdded(Test test,
Screencast screencast) |
void |
ExtentLogger.onScreencastAdded(Test test,
Screencast screencast) |
void |
BasicFileReporter.onScreencastAdded(Test test,
Screencast screencast) |
void |
ExtentXReporter.onTestStarted(Test test) |
void |
ExtentLogger.onTestStarted(Test test) |
void |
BasicFileReporter.onTestStarted(Test test) |
Modifier and Type | Method and Description |
---|---|
void |
ExtentXReporter.setTestList(java.util.List<Test> reportTestList) |
void |
ExtentLogger.setTestList(java.util.List<Test> testList) |
void |
ExtentHtmlReporter.setTestList(java.util.List<Test> reportTestList) |
void |
ExtentEmailReporter.setTestList(java.util.List<Test> testList) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Test> |
ExtentHtmlReporterConverter.parseAndGetModelCollection() |
Constructor and Description |
---|
ExtentHtmlBddNodesConverter(Test test,
org.jsoup.nodes.Element testElement) |
ExtentHtmlLogConverter(Test test,
org.jsoup.nodes.Element testElement) |