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(String... authors) |
ExtentTest |
ExtentTest.assignAuthor(String... authors)
Assigns author(s) to test
|
ExtentTest |
IExtentTestClass.assignCategory(String... categories) |
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 |
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.