| Package | Description |
|---|---|
| com.relevantcodes.extentreports | |
| com.relevantcodes.extentreports.model | |
| com.relevantcodes.extentreports.utils | |
| com.relevantcodes.extentreports.view |
| 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 |
|---|---|
HashMap<LogStatus,Integer> |
LogCounts.getLogCounts(Test test) |
List<LogStatus> |
HTMLReporter.getLogStatusList() |
| 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
|
void |
ExtentTest.log(LogStatus logStatus,
String stepName,
Throwable t)
Logs events for the test
|
void |
ExtentTest.log(LogStatus logStatus,
Throwable t)
Logs events for the test
|
| Modifier and Type | Method and Description |
|---|---|
LogStatus |
Log.getLogStatus() |
LogStatus |
Test.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<LogStatus,Integer> |
Test.getLogCounts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Log.setLogStatus(LogStatus logStatus) |
void |
Test.setStatus(LogStatus status) |
| Modifier and Type | Method and Description |
|---|---|
static LogStatus |
ExtentUtil.toLogStatus(String logStatus) |
| Modifier and Type | Method and Description |
|---|---|
String |
Icon.getIcon(LogStatus status) |
void |
Icon.override(LogStatus status,
String icon) |
Copyright © 2015. All rights reserved.