Uses of Class
de.qytera.qtaf.cucumber.log.model.message.CucumberStepLogMessage
Packages that use CucumberStepLogMessage
Package
Description
-
Uses of CucumberStepLogMessage in de.qytera.qtaf.cucumber.helper
Methods in de.qytera.qtaf.cucumber.helper that return CucumberStepLogMessageModifier and TypeMethodDescriptionstatic CucumberStepLogMessageCucumberLogMessageHelper.createCucumberStepLogMessageFromTestStep(io.cucumber.plugin.event.PickleStepTestStep testStep) Create log message for cucumber step resultMethods in de.qytera.qtaf.cucumber.helper that return types with arguments of type CucumberStepLogMessageModifier and TypeMethodDescriptionstatic List<CucumberStepLogMessage>CucumberLogMessageHelper.createLogMessagesFromScenario(io.cucumber.java.Scenario scenario) Extract log messages from a Cucumber scenario objectMethods in de.qytera.qtaf.cucumber.helper with parameters of type CucumberStepLogMessageModifier and TypeMethodDescriptionstatic voidCucumberLogMessageHelper.applyResultToLogMessage(CucumberStepLogMessage message, io.cucumber.plugin.event.Result testResult) Add data of result to log message -
Uses of CucumberStepLogMessage in de.qytera.qtaf.cucumber.listener
Method parameters in de.qytera.qtaf.cucumber.listener with type arguments of type CucumberStepLogMessageModifier and TypeMethodDescriptionprotected voidQtafCucumberHooks.dispatchLogMessageEvents(io.cucumber.java.Scenario scenario, List<CucumberStepLogMessage> logMessages) Create list of log messages and dispatch an event for each one -
Uses of CucumberStepLogMessage in de.qytera.qtaf.cucumber.log.model.message
Methods in de.qytera.qtaf.cucumber.log.model.message that return CucumberStepLogMessageModifier and TypeMethodDescriptionCucumberStepLogMessage.setDispatched(boolean dispatched) Set dispatchedSet idCucumberStepLogMessage.setScenarioId(String scenarioId) Set scenarioIdCucumberStepLogMessage.setStepPosition(int stepPosition) Set stepIndex