Class QtafTestStepEventPayload
java.lang.Object
de.qytera.qtaf.core.events.payload.QtafTestStepEventPayload
- All Implemented Interfaces:
IQtafTestStepEventPayload
Step event payload object.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LogMessageLog message of the executed step.protected StringID of the scenario the step belongs to. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet logMessage.Get scenarioId.setLogMessage(LogMessage logMessage) Set logMessage.setScenarioId(String scenarioId) Set scenarioId.
-
Field Details
-
scenarioId
ID of the scenario the step belongs to. -
logMessage
Log message of the executed step.
-
-
Constructor Details
-
QtafTestStepEventPayload
public QtafTestStepEventPayload()
-
-
Method Details
-
getScenarioId
Get scenarioId.- Specified by:
getScenarioIdin interfaceIQtafTestStepEventPayload- Returns:
- scenarioId
-
setScenarioId
Set scenarioId.- Parameters:
scenarioId- ScenarioId- Returns:
- this
-
getLogMessage
Get logMessage.- Specified by:
getLogMessagein interfaceIQtafTestStepEventPayload- Returns:
- logMessage
-
setLogMessage
Set logMessage.- Parameters:
logMessage- LogMessage- Returns:
- this
-