Uses of Class
com.github.cukedoctor.api.model.Status
-
Packages that use Status Package Description com.github.cukedoctor.api com.github.cukedoctor.api.model com.github.cukedoctor.util.builder -
-
Uses of Status in com.github.cukedoctor.api
Constructor parameters in com.github.cukedoctor.api with type arguments of type Status Constructor Description StepResults(List<Step> allSteps, Map<Status,AtomicInteger> statusCounter, long totalDuration) -
Uses of Status in com.github.cukedoctor.api.model
Methods in com.github.cukedoctor.api.model that return Status Modifier and Type Method Description StatusFeature. getStatus()StatusResult. getStatus()StatusScenario. getStatus()StatusStep. getStatus()static StatusStatus. 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 com.github.cukedoctor.api.model with parameters of type Status Modifier and Type Method Description static StringStatus. getStatusColor(Status status)static StringStatus. getStatusIcon(Status status)voidResult. setStatus(Status status)Constructors in com.github.cukedoctor.api.model with parameters of type Status Constructor Description Result(Status status) -
Uses of Status in com.github.cukedoctor.util.builder
Methods in com.github.cukedoctor.util.builder with parameters of type Status Modifier and Type Method Description StepBuilderStepBuilder. status(Status status)
-