Class TestCaseStarted


  • public class TestCaseStarted
    extends Object
    • Constructor Detail

      • TestCaseStarted

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

        public TestCaseStarted​(Long attempt,
                               String id,
                               String testCaseId,
                               Timestamp timestamp)
        Parameters:
        id -
        attempt -
        testCaseId -
        timestamp -
    • Method Detail

      • getAttempt

        public Long getAttempt()
        * The first attempt should have value 0, and for each retry the value should increase by 1. (Required)
      • setAttempt

        public void setAttempt​(Long attempt)
        * The first attempt should have value 0, and for each retry the value should increase by 1. (Required)
      • getId

        public String getId()
        * Because a `TestCase` can be run multiple times (in case of a retry), we use this field to group messages relating to the same attempt. (Required)
      • setId

        public void setId​(String id)
        * Because a `TestCase` can be run multiple times (in case of a retry), we use this field to group messages relating to the same attempt. (Required)
      • getTestCaseId

        public String getTestCaseId()
        (Required)
      • setTestCaseId

        public void setTestCaseId​(String testCaseId)
        (Required)
      • getTimestamp

        public Timestamp getTimestamp()
        (Required)
      • setTimestamp

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

        public int hashCode()
        Overrides:
        hashCode in class Object