Class CucumberStepLogMessage
java.lang.Object
de.qytera.qtaf.core.log.model.message.LogMessage
de.qytera.qtaf.core.log.model.message.StepInformationLogMessage
de.qytera.qtaf.cucumber.log.model.message.CucumberStepLogMessage
Cucumber log message
-
Nested Class Summary
Nested classes/interfaces inherited from class de.qytera.qtaf.core.log.model.message.StepInformationLogMessage
StepInformationLogMessage.Status, StepInformationLogMessage.Step, StepInformationLogMessage.StepParameter -
Field Summary
Fields inherited from class de.qytera.qtaf.core.log.model.message.LogMessage
level, message -
Constructor Summary
ConstructorsConstructorDescriptionCucumberStepLogMessage(String methodName, String message) ConstructorCucumberStepLogMessage(UUID id, String methodName, String message) Constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Get idGet scenarioIdintGet stepIndexinthashCode()booleanGet dispatchedsetDispatched(boolean dispatched) Set dispatchedSet idsetScenarioId(String scenarioId) Set scenarioIdsetStepPosition(int stepPosition) Set stepIndexMethods inherited from class de.qytera.qtaf.core.log.model.message.StepInformationLogMessage
addStepParameter, getDuration, getEnd, getError, getMethodName, getResult, getScreenshotAfter, getScreenshotBefore, getStart, getStatus, getStep, getStepParameters, getType, getUuid, hasError, setDuration, setEnd, setError, setError, setMethodName, setResult, setScreenshotAfter, setScreenshotBefore, setStart, setStatus, setStep, setStepParametersMethods inherited from class de.qytera.qtaf.core.log.model.message.LogMessage
getLevel, getMessage, setLevel, setMessage
-
Constructor Details
-
CucumberStepLogMessage
Constructor- Parameters:
methodName- step namemessage- log message
-
CucumberStepLogMessage
Constructor- Parameters:
id- unique ID for the stepmethodName- step namemessage- log message
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getId
Get id- Returns:
- id
-
setId
Set id- Parameters:
id- Id- Returns:
- this
-
getScenarioId
Get scenarioId- Returns:
- scenarioId
-
setScenarioId
Set scenarioId- Parameters:
scenarioId- ScenarioId- Returns:
- this
-
getStepPosition
public int getStepPosition()Get stepIndex- Returns:
- stepIndex
-
setStepPosition
Set stepIndex- Parameters:
stepPosition- StepIndex- Returns:
- this
-
isDispatched
public boolean isDispatched()Get dispatched- Returns:
- dispatched
-
setDispatched
Set dispatched- Parameters:
dispatched- Dispatched- Returns:
- this
-