Package | Description |
---|---|
com.relevantcodes.extentreports | |
com.relevantcodes.extentreports.model | |
com.relevantcodes.extentreports.utils | |
com.relevantcodes.extentreports.view |
Modifier and Type | Method and Description |
---|---|
LogStatus |
IExtentTestClass.getRunStatus() |
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 |
IExtentTestClass.log(LogStatus logStatus,
String details) |
void |
ExtentTest.log(LogStatus logStatus,
String details)
Logs events for the test
|
void |
IExtentTestClass.log(LogStatus logStatus,
String stepName,
String details) |
void |
ExtentTest.log(LogStatus logStatus,
String stepName,
String details)
Logs events for the test
|
void |
IExtentTestClass.log(LogStatus logStatus,
String stepName,
Throwable t) |
void |
ExtentTest.log(LogStatus logStatus,
String stepName,
Throwable t)
Logs events for the test
|
void |
IExtentTestClass.log(LogStatus logStatus,
Throwable t) |
void |
ExtentTest.log(LogStatus logStatus,
Throwable t)
Logs events for the test
|
Modifier and Type | Method and Description |
---|---|
LogStatus |
Log.getLogStatus() |
LogStatus |
Test.getStatus() |
LogStatus |
ITest.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)
Set the status of the test
|
void |
ITest.setStatus(LogStatus logStatus) |
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 © 2016. All rights reserved.