| Package | Description |
|---|---|
| com.relevantcodes.extentreports | |
| com.relevantcodes.extentreports.model | |
| com.relevantcodes.extentreports.source |
| Modifier and Type | Method and Description |
|---|---|
LogStatus |
ExtentTest.getRunStatus()
Provides the current run status of the test
|
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 |
ExtentTest.log(LogStatus logStatus,
String details)
Logs events for the test
|
void |
ExtentTest.log(LogStatus logStatus,
String stepName,
String details)
Logs events for the test
|
| Modifier and Type | Field and Description |
|---|---|
LogStatus |
Log.logStatus |
LogStatus |
Test.status |
| Modifier and Type | Method and Description |
|---|---|
static String |
Icon.getIcon(LogStatus status) |
static void |
Icon.override(LogStatus status,
String icon) |
Copyright © 2015. All rights reserved.