|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Status | |
|---|---|
| cucumber.pro.publisher | This package contains classes for publishing results to Cucumber Pro. |
| Uses of Status in cucumber.pro.publisher |
|---|
| Methods in cucumber.pro.publisher that return 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. |
| Methods in cucumber.pro.publisher with parameters of type Status | |
|---|---|
void |
LineResultPublisher.publishLineResult(String pathOrFragment,
Integer line,
Status status,
List<Attachment> attachments)
Publishes a line result. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||