| Package | Description |
|---|---|
| com.relevantcodes.extentreports |
| Modifier and Type | Method and Description |
|---|---|
ExtentTest |
ExtentTest.appendChild(ExtentTest node)
Appends a child test to the current test
|
ExtentTest |
ExtentTest.assignCategory(String... category)
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 |
|---|---|
ExtentTest |
ExtentTest.appendChild(ExtentTest node)
Appends a child test to the current test
|
void |
ExtentReports.endTest(ExtentTest test)
Ends the current toggle level
|
Copyright © 2015. All rights reserved.