Uses of Enum
net.masterthought.cucumber.json.support.Status
Packages that use Status
Package
Description
-
Uses of Status in net.masterthought.cucumber
Methods in net.masterthought.cucumber that return StatusMethods in net.masterthought.cucumber that return types with arguments of type StatusMethod parameters in net.masterthought.cucumber with type arguments of type StatusModifier and TypeMethodDescriptionvoidConfiguration.setNotFailingStatuses(Set<Status> notFailingStatuses) -
Uses of Status in net.masterthought.cucumber.generators
Methods in net.masterthought.cucumber.generators that return StatusMethods in net.masterthought.cucumber.generators with parameters of type StatusModifier and TypeMethodDescriptionvoidOverviewReport.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 StatusModifier and TypeMethodDescriptionElement.getAfterStatus()Step.getAfterStatus()Element.getBeforeStatus()Step.getBeforeStatus()Element.getStatus()Feature.getStatus()Result.getStatus()Element.getStepsStatus() -
Uses of Status in net.masterthought.cucumber.json.deserializers
Methods in net.masterthought.cucumber.json.deserializers that return StatusModifier and TypeMethodDescriptionStatusDeserializer.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 StatusModifier and TypeMethodDescriptionStatusCounter.getFinalStatus()If statuses for all items are the same then this finalStatus is returned, otherwiseFAILED.StepObject.getStatus()TagObject.getStatus()static StatusReturns 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 StatusModifier and TypeMethodDescriptionvoidStepObject.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 StatusModifierConstructorDescriptionStatusCounter(Resultsable[] resultsables, Set<Status> notFailingStatuses)