Package io.cucumber.messages.types
Class TestRunStarted
- java.lang.Object
-
- io.cucumber.messages.types.TestRunStarted
-
public class TestRunStarted extends Object
-
-
Constructor Summary
Constructors Constructor Description TestRunStarted()No args constructor for use in serializationTestRunStarted(Timestamp timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)TimestampgetTimestamp()(Required)inthashCode()voidsetTimestamp(Timestamp timestamp)(Required)StringtoString()
-
-
-
Constructor Detail
-
TestRunStarted
public TestRunStarted()
No args constructor for use in serialization
-
TestRunStarted
public TestRunStarted(Timestamp timestamp)
- Parameters:
timestamp-
-
-