| Package | Description |
|---|---|
| cucumber.pro.results |
This package contains classes for publishing results to Cucumber Pro.
|
| cucumber.pro.results.metadata |
| Modifier and Type | Method and Description |
|---|---|
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 |
WebSocketMetadataClient.sendTestCaseResult(String path,
int location,
Status status) |
void |
NullMetadataClient.sendTestCaseResult(String path,
int location,
Status status) |
void |
MetadataApi.sendTestCaseResult(String path,
int location,
Status status) |
void |
WebSocketMetadataClient.sendTestStepResult(String path,
int location,
Status status) |
void |
NullMetadataClient.sendTestStepResult(String path,
int location,
Status status) |
void |
MetadataApi.sendTestStepResult(String path,
int location,
Status status) |
| Constructor and Description |
|---|
Result(String path,
int location,
String mimeType,
Status status) |
TestCaseResult(String path,
int location,
Status status) |
TestStepResult(String path,
int location,
Status status) |
Copyright © 2014. All Rights Reserved.