| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.getHighestStatus(java.util.Collection<Status> statusCollection) |
Status |
RunResult.getStatus() |
Status |
ReportAggregates.getStatus() |
Status |
ExtentTest.getStatus()
Provides the current run status of the test or node
|
static Status |
Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.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.Collection<Status> |
ReportAggregates.getStatusCollection() |
java.util.List<Status> |
StatusConfigurator.getStatusHierarchy() |
static java.util.List<Status> |
Status.getStatusHierarchy()
Returns the hierarchical list of status, in the below order:
FATAL
FAIL
ERROR
WARNING
SKIP
PASS
DEBUG
INFO
|
| Modifier and Type | Method and Description |
|---|---|
ExtentTest |
ExtentTest.log(Status status,
ExceptionInfo exceptionInfo)
Logs an event with
ExceptionInfo |
ExtentTest |
ExtentTest.log(Status status,
Markup markup)
|
ExtentTest |
ExtentTest.log(Status status,
java.lang.String details)
Logs an event with
Status and details |
ExtentTest |
ExtentTest.log(Status status,
java.lang.String details,
MediaEntityModelProvider provider)
Logs an event with
Status, details and a media object:
ScreenCapture |
ExtentTest |
ExtentTest.log(Status status,
java.lang.Throwable t)
Logs an event with
Status and exception |
ExtentTest |
ExtentTest.log(Status status,
java.lang.Throwable t,
MediaEntityModelProvider provider)
Logs an event with
Status, an exception and a media object:
ScreenCapture |
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.getHighestStatus(java.util.Collection<Status> statusCollection) |
ReportAggregatesBuilder |
ReportAggregatesBuilder.setStatusCollection(java.util.Collection<Status> statusCollection) |
void |
ReportAggregates.setStatusCollection(java.util.Collection<Status> statusCollection) |
void |
StatusConfigurator.setStatusHierarchy(java.util.List<Status> statusHierarchy) |
void |
ReportAggregatesListener.setStatusList(java.util.List<Status> statusList)
A distinct list of status assigned to tests
|
| Modifier and Type | Method and Description |
|---|---|
Status |
Test.getStatus() |
Status |
Log.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
Test.setStatus(Status status) |
void |
Log.setStatus(Status status) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Status> |
AbstractReporter.getStatusCollection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BasicFileReporter.containsStatus(Status status) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Status> |
BasicConfiguration.getLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicConfiguration.setLevel(Status... level) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
TWBSColor.getBgColor(Status status) |
java.lang.String |
TWBSColor.getColor(Status status) |
java.lang.String |
MaterialIcon.getIcon(Status status) |
java.lang.String |
Icon.getIcon(Status status) |
void |
TWBSColor.override(Status status,
java.lang.String color) |
void |
MaterialIcon.override(Status status,
java.lang.String icon) |
void |
Icon.override(Status status,
java.lang.String icon) |
Copyright © 2020. All Rights Reserved.