Class TestStepResult

    • Method Detail

      • getDuration

        public Duration getDuration()
      • getMessage

        public Optional<String> getMessage()
        An arbitrary bit of information that explains this result. If there was an exception, this should include a stringified representation of it including type, message and stack trace (the exact format will vary by platform).
      • getException

        public Optional<Exception> getException()
        Exception thrown while executing this step, if any.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object