Package io.cucumber.messages.types
Class TestStepStarted
- java.lang.Object
-
- io.cucumber.messages.types.TestStepStarted
-
public class TestStepStarted extends Object
-
-
Constructor Summary
Constructors Constructor Description TestStepStarted()No args constructor for use in serializationTestStepStarted(String testCaseStartedId, String testStepId, Timestamp timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetTestCaseStartedId()(Required)StringgetTestStepId()(Required)TimestampgetTimestamp()(Required)inthashCode()voidsetTestCaseStartedId(String testCaseStartedId)(Required)voidsetTestStepId(String testStepId)(Required)voidsetTimestamp(Timestamp timestamp)(Required)StringtoString()
-
-
-
Method Detail
-
getTestCaseStartedId
public String getTestCaseStartedId()
(Required)
-
setTestCaseStartedId
public void setTestCaseStartedId(String testCaseStartedId)
(Required)
-
getTestStepId
public String getTestStepId()
(Required)
-
setTestStepId
public void setTestStepId(String testStepId)
(Required)
-
getTimestamp
public Timestamp getTimestamp()
(Required)
-
setTimestamp
public void setTimestamp(Timestamp timestamp)
(Required)
-
-