| Package | Description |
|---|---|
| com.relevantcodes.extentreports |
| Modifier and Type | Method and Description |
|---|---|
ExtentTest |
ExtentTest.appendChild(ExtentTest node)
Appends a child test (another
ExtentTest) to the current test |
ExtentTest |
ExtentTest.assignAuthor(String... authors)
Assigns author(s) to test
|
ExtentTest |
ExtentTest.assignCategory(String... categories)
Assigns category to test
|
ExtentTest |
ExtentReports.startTest(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(String testName,
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 |
|---|---|
List<ExtentTest> |
HTMLReporter.getTestList() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2015. All rights reserved.