| Package | Description |
|---|---|
| com.github.angleshq.angles | |
| com.github.angleshq.angles.api.models.execution |
| Modifier and Type | Method and Description |
|---|---|
static StepStatus |
StepStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepStatus[] |
StepStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Step(String name,
String info,
StepStatus status,
Date timestamp) |
Step(String name,
String expected,
String actual,
String info,
StepStatus status,
Date timestamp) |
Step(String name,
String expected,
String actual,
String info,
StepStatus status,
String screenshot,
Date timestamp) |
Copyright © 2021. All rights reserved.