Package io.cucumber.messages.types
Class TestRunHookStarted
java.lang.Object
io.cucumber.messages.types.TestRunHookStarted
Represents the TestRunHookStarted message in Cucumber's message protocol
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIdentifier for the hook that will be executedgetId()Unique identifier for this hook executionIdentifier for the test run that this hook execution belongs toAn identifier for the worker process running this hook, if parallel workers are in use.inthashCode()toString()
-
Constructor Details
-
TestRunHookStarted
-
-
Method Details
-
getId
Unique identifier for this hook execution -
getTestRunStartedId
Identifier for the test run that this hook execution belongs to -
getHookId
Identifier for the hook that will be executed -
getWorkerId
An identifier for the worker process running this hook, if parallel workers are in use. The identifier will be unique per worker, but no particular format is defined - it could be an index, uuid, machine name etc - and as such should be assumed that it's not human readable. -
getTimestamp
-
equals
-
hashCode
public int hashCode() -
toString
-