Uses of Class
net.masterthought.cucumber.json.support.Status
-
-
Uses of Status in net.masterthought.cucumber
Methods in net.masterthought.cucumber that return Status Modifier and Type Method Description StatusEmptyReportable. getStatus()StatusReportable. getStatus()Returns status for this element.Methods in net.masterthought.cucumber that return types with arguments of type Status Modifier and Type Method Description Set<Status>Configuration. getNotFailingStatuses()Gets statuses which do not fail scenario.Method parameters in net.masterthought.cucumber with type arguments of type Status Modifier and Type Method Description voidConfiguration. setNotFailingStatuses(Set<Status> notFailingStatuses) -
Uses of Status in net.masterthought.cucumber.generators
Methods in net.masterthought.cucumber.generators that return Status Modifier and Type Method Description StatusOverviewReport. getStatus()Methods in net.masterthought.cucumber.generators with parameters of type Status Modifier and Type Method Description voidOverviewReport. incFeaturesFor(Status status)voidOverviewReport. incScenarioFor(Status status)voidOverviewReport. incStepsFor(Status status) -
Uses of Status in net.masterthought.cucumber.json
Methods in net.masterthought.cucumber.json that return Status Modifier and Type Method Description StatusElement. getAfterStatus()StatusStep. getAfterStatus()StatusElement. getBeforeStatus()StatusStep. getBeforeStatus()StatusElement. getStatus()StatusFeature. getStatus()StatusResult. getStatus()StatusElement. getStepsStatus() -
Uses of Status in net.masterthought.cucumber.json.deserializers
Methods in net.masterthought.cucumber.json.deserializers that return Status Modifier and Type Method Description StatusStatusDeserializer. deserialize(com.fasterxml.jackson.databind.JsonNode rootNode, Configuration configuration) -
Uses of Status in net.masterthought.cucumber.json.support
Methods in net.masterthought.cucumber.json.support that return Status Modifier and Type Method Description StatusStatusCounter. getFinalStatus()If statuses for all items are the same then this finalStatus is returned, otherwiseFAILED.StatusStepObject. getStatus()StatusTagObject. 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 net.masterthought.cucumber.json.support with parameters of type Status Modifier and Type Method Description voidStepObject. addDuration(long duration, Status status)intTagObject. getNumberOfStatus(Status status)intStatusCounter. getValueFor(Status status)Gets the number of occurrences for given status.voidStatusCounter. incrementFor(Status status)Increments finalStatus counter by single value.Constructor parameters in net.masterthought.cucumber.json.support with type arguments of type Status Constructor Description StatusCounter(Resultsable[] resultsables, Set<Status> notFailingStatuses)
-