Uses of Enum Class
de.qytera.qtaf.core.log.model.message.StepInformationLogMessage.Status
Packages that use StepInformationLogMessage.Status
-
Uses of StepInformationLogMessage.Status in de.qytera.qtaf.core.log.model.message
Methods in de.qytera.qtaf.core.log.model.message that return StepInformationLogMessage.StatusModifier and TypeMethodDescriptionStepInformationLogMessage.getStatus()Get statusReturns the enum constant of this class with the specified name.static StepInformationLogMessage.Status[]StepInformationLogMessage.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.qytera.qtaf.core.log.model.message with parameters of type StepInformationLogMessage.StatusModifier and TypeMethodDescriptionStepInformationLogMessage.setStatus(StepInformationLogMessage.Status status) Set status -
Uses of StepInformationLogMessage.Status in de.qytera.qtaf.cucumber.helper
Methods in de.qytera.qtaf.cucumber.helper that return StepInformationLogMessage.StatusModifier and TypeMethodDescriptionCucumberLogMessageHelper.mapCucumberStatusToLogStatus(io.cucumber.plugin.event.Status status) Map the status of a cucumber step to a QTAF log message step