Class TestCaseResultStep

java.lang.Object
fi.meliora.testlab.ext.rest.model.ModelObject
fi.meliora.testlab.ext.rest.model.TestCaseResultStep
All Implemented Interfaces:
Serializable

@Deprecated public class TestCaseResultStep extends ModelObject
Deprecated.
Encapsulates a single inbound result of a test case step.
Author:
Marko Kanala
See Also:
  • Field Details

  • Constructor Details

    • TestCaseResultStep

      public TestCaseResultStep()
      Deprecated.
  • Method Details

    • getDescription

      public String getDescription()
      Deprecated.
    • setDescription

      public void setDescription(String description)
      Deprecated.
    • getExpected

      public String getExpected()
      Deprecated.
    • setExpected

      public void setExpected(String expected)
      Deprecated.
    • getResult

      public int getResult()
      Deprecated.
    • setResult

      public void setResult(int result)
      Deprecated.
    • getComment

      public String getComment()
      Deprecated.
    • setComment

      public void setComment(String comment)
      Deprecated.