Package io.cucumber.messages.types
Class TestRunStarted
- java.lang.Object
-
- io.cucumber.messages.types.TestRunStarted
-
public final class TestRunStarted extends Object
Represents the TestRunStarted message in Cucumber's message protocol- See Also:
- Github - Cucumber - Messages
-
-
Constructor Summary
Constructors Constructor Description TestRunStarted(Timestamp timestamp, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Optional<String>getId()TimestampgetTimestamp()inthashCode()StringtoString()
-
-
-
Method Detail
-
getTimestamp
public Timestamp getTimestamp()
-
-