Class TestStepFinished


  • public class TestStepFinished
    extends Object
    • Constructor Detail

      • TestStepFinished

        public TestStepFinished()
        No args constructor for use in serialization
      • TestStepFinished

        public TestStepFinished​(String testCaseStartedId,
                                String testStepId,
                                TestStepResult testStepResult,
                                Timestamp timestamp)
        Parameters:
        testStepId -
        testCaseStartedId -
        testStepResult -
        timestamp -
    • Method Detail

      • getTestCaseStartedId

        public String getTestCaseStartedId()
        (Required)
      • setTestCaseStartedId

        public void setTestCaseStartedId​(String testCaseStartedId)
        (Required)
      • getTestStepId

        public String getTestStepId()
        (Required)
      • setTestStepId

        public void setTestStepId​(String testStepId)
        (Required)
      • getTestStepResult

        public TestStepResult getTestStepResult()
        (Required)
      • setTestStepResult

        public void setTestStepResult​(TestStepResult testStepResult)
        (Required)
      • getTimestamp

        public Timestamp getTimestamp()
        (Required)
      • setTimestamp

        public void setTimestamp​(Timestamp timestamp)
        (Required)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object