| 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(java.lang.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 |
|---|---|
java.util.HashMap<LogStatus,java.lang.Integer> |
LogCounts.getLogCounts(Test test) |
java.util.List<LogStatus> |
HTMLReporter.getLogStatusList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtentTest.log(LogStatus logStatus,
java.lang.String details)
Logs events for the test
|
void |
ExtentTest.log(LogStatus logStatus,
java.lang.String stepName,
java.lang.String details)
Logs events for the test
|
void |
ExtentTest.log(LogStatus logStatus,
java.lang.String stepName,
java.lang.Throwable t)
Logs events for the test
|
void |
ExtentTest.log(LogStatus logStatus,
java.lang.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 |
|---|---|
java.util.HashMap<LogStatus,java.lang.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(java.lang.String logStatus) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Icon.getIcon(LogStatus status) |
void |
Icon.override(LogStatus status,
java.lang.String icon) |