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 stepprotected StringID of the scenario the step belongs to -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet logMessageGet scenarioIdsetLogMessage(LogMessage logMessage) Set logMessagesetScenarioId(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
-