Uses of Enum Class
de.qytera.qtaf.core.log.model.message.LogMessage.Status
Packages that use LogMessage.Status
-
Uses of LogMessage.Status in de.qytera.qtaf.core.log.model.message
Fields in de.qytera.qtaf.core.log.model.message declared as LogMessage.StatusMethods in de.qytera.qtaf.core.log.model.message that return LogMessage.StatusModifier and TypeMethodDescriptionLogMessage.getStatus()Step status.static LogMessage.StatusReturns the enum constant of this class with the specified name.static LogMessage.Status[]LogMessage.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 LogMessage.Status -
Uses of LogMessage.Status in de.qytera.qtaf.cucumber.helper
Methods in de.qytera.qtaf.cucumber.helper that return LogMessage.StatusModifier and TypeMethodDescriptionstatic LogMessage.StatusCucumberLogMessageHelper.mapCucumberStatusToLogStatus(io.cucumber.plugin.event.Status status) Map the status of a cucumber step to a QTAF log message step.