| Package | Description |
|---|---|
| com.aventstack.extentreports | |
| com.aventstack.extentreports.model | |
| com.aventstack.extentreports.reporter |
| 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
|
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 |
ReportAggregatesListener.setTestList(java.util.List<Test> testList)
Allows sharing the complete list of tests with the reporter
|
| Constructor and Description |
|---|
SessionStatusStats(java.util.List<Test> testList) |
| Modifier and Type | Method and Description |
|---|---|
Test |
NodeStructure.get(int x) |
Test |
Test.getParent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Test> |
NodeStructure.getAll() |
java.util.List<Test> |
TestAttributeTestContext.getTestList() |
java.util.List<Test> |
ExceptionTestContext.getTestList() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeStructure.add(Test node) |
void |
Test.setParent(Test parent) |
void |
TestAttributeTestContext.setTest(Test test) |
void |
ExceptionTestContext.setTest(Test test) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Test> |
AbstractReporter.testList |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Test> |
ExtentXReporter.getTestList() |
java.util.List<Test> |
ExtentHtmlReporter.getTestList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtentXReporter.onAuthorAssigned(Test test,
Author author) |
void |
BasicFileReporter.onAuthorAssigned(Test test,
Author author) |
void |
ExtentXReporter.onCategoryAssigned(Test test,
Category category) |
void |
BasicFileReporter.onCategoryAssigned(Test test,
Category category) |
void |
ExtentXReporter.onLogAdded(Test test,
Log log) |
void |
BasicFileReporter.onLogAdded(Test test,
Log log) |
void |
ExtentXReporter.onNodeStarted(Test node) |
void |
BasicFileReporter.onNodeStarted(Test node) |
void |
ExtentXReporter.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture) |
void |
BasicFileReporter.onScreenCaptureAdded(Test test,
ScreenCapture screenCapture) |
void |
ExtentXReporter.onTestStarted(Test test) |
void |
ExtentHtmlReporter.onTestStarted(Test test) |
void |
BasicFileReporter.onTestStarted(Test test) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtentXReporter.setTestList(java.util.List<Test> reportTestList) |
void |
ExtentHtmlReporter.setTestList(java.util.List<Test> reportTestList) |
Copyright © 2016. All Rights Reserved.