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