| Package | Description |
|---|---|
| com.relevantcodes.extentreports | |
| com.relevantcodes.extentreports.markup |
| Modifier and Type | Method and Description |
|---|---|
static LogStatus |
LogStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogStatus[] |
LogStatus.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.log(LogStatus logStatus,
String details)
Overloaded method to allow only setting the LogStatus and details of the log event
|
void |
ExtentReports.log(LogStatus logStatus,
String stepName,
String details)
Overloaded method to allow LogStatus, stepName and details for the log event
|
void |
ExtentReports.log(LogStatus logStatus,
String stepName,
String details,
String screenCapturePath)
Provides ability to log events for each started test.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
FontAwesomeIco.get(LogStatus status) |
static void |
FontAwesomeIco.override(LogStatus status,
String icon) |
DocumentConfig |
DocumentConfig.statusIcon(LogStatus status,
String newIcon)
Choose to use your own icons for log status (PASS, FAIL, WARNING etc.)
by choosing one of the icons from Fontawesome website:
http://fortawesome.github.io/Font-Awesome/icons/.
|
Copyright © 2015. All rights reserved.