Class QtafTestStepEventPayload

java.lang.Object
de.qytera.qtaf.core.events.payload.QtafTestStepEventPayload
All Implemented Interfaces:
IQtafTestStepEventPayload

public class QtafTestStepEventPayload extends Object implements IQtafTestStepEventPayload
Step event payload object.
  • Field Details

    • scenarioId

      protected String scenarioId
      ID of the scenario the step belongs to.
    • logMessage

      protected LogMessage logMessage
      Log message of the executed step.
  • Constructor Details

    • QtafTestStepEventPayload

      public QtafTestStepEventPayload()
  • Method Details