Uses of Class
com.github.angleshq.angles.StepStatus
-
Packages that use StepStatus Package Description com.github.angleshq.angles com.github.angleshq.angles.api.models.execution -
-
Uses of StepStatus in com.github.angleshq.angles
Methods in com.github.angleshq.angles that return StepStatus Modifier and Type Method Description static StepStatusStepStatus. 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. -
Uses of StepStatus in com.github.angleshq.angles.api.models.execution
Constructors in com.github.angleshq.angles.api.models.execution with parameters of type StepStatus Constructor Description Step(String name, String info, StepStatus status, Date timestamp)Step(String name, String expected, String actual, String info, StepStatus status, String screenshot, Date timestamp)Step(String name, String expected, String actual, String info, StepStatus status, Date timestamp)
-