Package io.cucumber.messages.types
Class TestStepStarted
- java.lang.Object
-
- io.cucumber.messages.types.TestStepStarted
-
public final class TestStepStarted extends Object
-
-
Constructor Summary
Constructors Constructor Description TestStepStarted(String testCaseStartedId, String testStepId, Timestamp timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetTestCaseStartedId()StringgetTestStepId()TimestampgetTimestamp()inthashCode()StringtoString()
-