Package io.cucumber.messages.types
Class TestRunHookStarted
- java.lang.Object
-
- io.cucumber.messages.types.TestRunHookStarted
-
public final class TestRunHookStarted extends Object
Represents the TestRunHookStarted message in Cucumber's message protocol- See Also:
- Github - Cucumber - Messages
-
-
Constructor Summary
Constructors Constructor Description TestRunHookStarted(String id, String testRunStartedId, String hookId, Timestamp timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetHookId()Identifier for the hook that will be executedStringgetId()Unique identifier for this hook executionStringgetTestRunStartedId()Identifier for the test run that this hook execution belongs toTimestampgetTimestamp()inthashCode()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
Unique identifier for this hook execution
-
getTestRunStartedId
public String getTestRunStartedId()
Identifier for the test run that this hook execution belongs to
-
getHookId
public String getHookId()
Identifier for the hook that will be executed
-
getTimestamp
public Timestamp getTimestamp()
-
-