Class TestStepResult


  • public class TestStepResult
    extends Object
    • Constructor Detail

      • TestStepResult

        public TestStepResult()
        No args constructor for use in serialization
    • Method Detail

      • getDuration

        public Duration getDuration()
        The structure is pretty close of the Timestamp one. For clarity, a second type of message is used. (Required)
      • setDuration

        public void setDuration​(Duration duration)
        The structure is pretty close of the Timestamp one. For clarity, a second type of message is used. (Required)
      • getMessage

        public String getMessage()
      • setMessage

        public void setMessage​(String message)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object