| Package | Description |
|---|---|
| com.relevantcodes.extentreports |
| Modifier and Type | Method and Description |
|---|---|
ExtentTest |
IExtentTestClass.appendChild(ExtentTest node) |
ExtentTest |
ExtentTest.appendChild(ExtentTest node)
Appends a child test (another
ExtentTest) to the current test |
ExtentTest |
IExtentTestClass.assignAuthor(java.lang.String... authors) |
ExtentTest |
ExtentTest.assignAuthor(java.lang.String... authors)
Assigns author(s) to test
|
ExtentTest |
IExtentTestClass.assignCategory(java.lang.String... categories) |
ExtentTest |
ExtentTest.assignCategory(java.lang.String... categories)
Assigns category to test
|
ExtentTest |
ExtentReports.startTest(java.lang.String testName)
Calling startTest() generates a toggle for the test in the HTML file and adds all
log events under this level.
|
ExtentTest |
ExtentReports.startTest(java.lang.String testName,
java.lang.String description)
Calling startTest() generates a toggle for the test in the HTML file and adds all
log events under this level.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExtentTest> |
HTMLReporter.getTestList() |
| Modifier and Type | Method and Description |
|---|---|
ExtentTest |
IExtentTestClass.appendChild(ExtentTest node) |
ExtentTest |
ExtentTest.appendChild(ExtentTest node)
Appends a child test (another
ExtentTest) to the current test |
void |
ExtentReports.endTest(ExtentTest extentTest)
Ends and prepares the test to be added to the report on
flush() |
Copyright © 2016. All Rights Reserved.