Class TestRunHookFinished

java.lang.Object
io.cucumber.messages.types.TestRunHookFinished

public final class TestRunHookFinished extends Object
Represents the TestRunHookFinished message in Cucumber's message protocol
  • Constructor Details

  • Method Details

    • getTestRunHookStartedId

      public String getTestRunHookStartedId()
      Identifier for the hook execution that has finished
    • getResult

      public TestStepResult getResult()
    • getTimestamp

      public Timestamp getTimestamp()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object