| Package | Description |
|---|---|
| com.relevantcodes.extentreports |
| Modifier and Type | Method and Description |
|---|---|
static GridType |
GridType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridType[] |
GridType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtentReports.init(String filePath,
Boolean replaceExisting,
DisplayOrder displayOrder,
GridType gridType)
Initializes the reporting by setting the file-path, test DisplayOrder and GridType
|
void |
ExtentReports.init(String filePath,
Boolean replaceExisting,
GridType gridType)
Initializes the reporting by setting the file-path and GridType
|
Copyright © 2015. All rights reserved.