| Modifier and Type | Method and Description |
|---|---|
Status |
ExtentTest.getStatus() |
static Status |
Status.max(Collection<Status> status) |
static Status |
Status.max(Status s1,
Status s2) |
static Status |
Status.min(Collection<Status> status) |
static Status |
Status.valueOf(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 |
|---|---|
static List<Status> |
Status.getResolvedHierarchy(List<Status> status) |
| Modifier and Type | Method and Description |
|---|---|
ExtentTest |
ExtentTest.generateLog(Status status,
Markup markup)
Create a non-standard log with details.
|
ExtentTest |
ExtentTest.generateLog(Status status,
String details)
Create a non-standard log with details.
|
static String |
Status.i(Status status) |
ExtentTest |
ExtentTest.log(Status status,
Markup markup)
|
ExtentTest |
ExtentTest.log(Status status,
Media media)
Logs an event with
Status, details and a media object:
ScreenCapture |
ExtentTest |
ExtentTest.log(Status status,
String details)
Logs an event with
Status and details |
ExtentTest |
ExtentTest.log(Status status,
String details,
Media media)
Logs an event with
Status, details and a media object:
ScreenCapture |
ExtentTest |
ExtentTest.log(Status status,
String details,
Throwable t,
Media media)
Logs an event with
Status, details and a media object:
ScreenCapture |
ExtentTest |
ExtentTest.log(Status status,
Throwable t)
Logs an event with
Status and exception |
ExtentTest |
ExtentTest.log(Status status,
Throwable t,
Media media)
Logs an event with
Status, an exception and a media object:
ScreenCapture |
static Status |
Status.max(Status s1,
Status s2) |
| Modifier and Type | Method and Description |
|---|---|
static List<Status> |
Status.getResolvedHierarchy(List<Status> status) |
static Status |
Status.max(Collection<Status> status) |
static Status |
Status.min(Collection<Status> status) |
| Modifier and Type | Method and Description |
|---|---|
Status |
RunResult.getStatus() |
Status |
Report.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Report.anyTestHasStatus(Status status) |
| Modifier and Type | Method and Description |
|---|---|
long |
ReportStats.sumStat(Map<Status,Long> stat) |
| Modifier and Type | Method and Description |
|---|---|
Set<NamedAttributeContext<T>> |
NamedAttributeTestContextFilter.filter(NamedAttributeContextManager<T> mgr,
Set<Status> status) |
| Modifier and Type | Method and Description |
|---|---|
static Report |
ReportFilterService.filter(Report report,
Set<Status> statusList) |
| Modifier and Type | Method and Description |
|---|---|
Report |
AbstractFilterableReporter.filterAndGet(Report report,
Set<Status> set) |
| Modifier and Type | Method and Description |
|---|---|
EntityFilters<T> |
StatusFilter.as(Status[] status) |
| Modifier and Type | Method and Description |
|---|---|
EntityFilters<T> |
StatusFilter.as(List<Status> status) |
EntityFilters<T> |
StatusFilter.as(Set<Status> status) |
| Modifier and Type | Method and Description |
|---|---|
ContextFilter.Builder |
ContextFilter.Builder.status(Status status) |
ContextFilter.Builder |
ContextFilter.Builder.status(Status[] status) |
| Modifier and Type | Method and Description |
|---|---|
Report |
StatusFilterable.filterAndGet(Report report,
Set<Status> set) |
ContextFilter.Builder |
ContextFilter.Builder.status(Set<Status> status) |
| Constructor and Description |
|---|
ContextFilter(Set<Status> status,
Set<String> author,
Set<String> category,
Set<String> device) |
Copyright © 2020. All rights reserved.