| Modifier and Type | Method and Description |
|---|---|
Status |
Reportable.getStatus()
Returns status for this element.
|
Status |
EmptyReportable.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
Set<Status> |
Configuration.getNotFailingStatuses()
Gets statuses which do not fail scenario.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setNotFailingStatuses(Set<Status> notFailingStatuses)
|
| Modifier and Type | Method and Description |
|---|---|
Status |
OverviewReport.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
OverviewReport.incFeaturesFor(Status status) |
void |
OverviewReport.incScenarioFor(Status status) |
void |
OverviewReport.incStepsFor(Status status) |
| Modifier and Type | Method and Description |
|---|---|
Status |
Step.getAfterStatus() |
Status |
Element.getAfterStatus() |
Status |
Step.getBeforeStatus() |
Status |
Element.getBeforeStatus() |
Status |
Result.getStatus() |
Status |
Feature.getStatus() |
Status |
Element.getStatus() |
Status |
Element.getStepsStatus() |
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusDeserializer.deserialize(com.fasterxml.jackson.databind.JsonNode rootNode,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusCounter.getFinalStatus()
If statuses for all items are the same then this finalStatus is returned, otherwise
FAILED. |
Status |
TagObject.getStatus() |
Status |
StepObject.getStatus() |
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 |
|---|---|
void |
StepObject.addDuration(long duration,
Status status) |
int |
TagObject.getNumberOfStatus(Status status) |
int |
StatusCounter.getValueFor(Status status)
Gets the number of occurrences for given status.
|
void |
StatusCounter.incrementFor(Status status)
Increments finalStatus counter by single value.
|
| Constructor and Description |
|---|
StatusCounter(Resultsable[] resultsables,
Set<Status> notFailingStatuses) |
Copyright © 2020. All rights reserved.