Class XrayTestStepEntity

java.lang.Object
de.qytera.qtaf.xray.entity.XrayTestStepEntity

public class XrayTestStepEntity extends Object
Xray test step entity.
See Also:
  • Constructor Details

    • XrayTestStepEntity

      public XrayTestStepEntity(String action)
  • Method Details

    • getAction

      public String getAction()
      The step action - native field.
    • getData

      public String getData()
      The step data - native field.
    • getResult

      public String getResult()
      The step expected result - native field.
    • setData

      public void setData(String data)
      The step data - native field.
    • setResult

      public void setResult(String result)
      The step expected result - native field.