Package io.cucumber.messages.types
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- See Also:
- Github - Cucumber - Messages
-
-
Constructor Summary
Constructors Constructor Description TestRunHookFinished(String testRunHookStartedId, TestStepResult result, Timestamp timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TestStepResultgetResult()StringgetTestRunHookStartedId()Identifier for the hook execution that has finishedTimestampgetTimestamp()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
TestRunHookFinished
public TestRunHookFinished(String testRunHookStartedId, TestStepResult result, Timestamp timestamp)
-
-
Method Detail
-
getTestRunHookStartedId
public String getTestRunHookStartedId()
Identifier for the hook execution that has finished
-
getResult
public TestStepResult getResult()
-
getTimestamp
public Timestamp getTimestamp()
-
-