Class TestStepStarted


  • public class TestStepStarted
    extends Object
    • Constructor Detail

      • TestStepStarted

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

        public TestStepStarted​(String testCaseStartedId,
                               String testStepId,
                               Timestamp timestamp)
        Parameters:
        testStepId -
        testCaseStartedId -
        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)
      • getTimestamp

        public Timestamp getTimestamp()
        (Required)
      • setTimestamp

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

        public int hashCode()
        Overrides:
        hashCode in class Object