Package io.cucumber.messages.types
Class TestStepFinished
- java.lang.Object
-
- io.cucumber.messages.types.TestStepFinished
-
public class TestStepFinished extends Object
-
-
Constructor Summary
Constructors Constructor Description TestStepFinished()No args constructor for use in serializationTestStepFinished(String testCaseStartedId, String testStepId, TestStepResult testStepResult, Timestamp timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetTestCaseStartedId()(Required)StringgetTestStepId()(Required)TestStepResultgetTestStepResult()(Required)TimestampgetTimestamp()(Required)inthashCode()voidsetTestCaseStartedId(String testCaseStartedId)(Required)voidsetTestStepId(String testStepId)(Required)voidsetTestStepResult(TestStepResult testStepResult)(Required)voidsetTimestamp(Timestamp timestamp)(Required)StringtoString()
-
-
-
Constructor Detail
-
TestStepFinished
public TestStepFinished()
No args constructor for use in serialization
-
TestStepFinished
public TestStepFinished(String testCaseStartedId, String testStepId, TestStepResult testStepResult, Timestamp timestamp)
- Parameters:
testStepId-testCaseStartedId-testStepResult-timestamp-
-
-
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)
-
getTestStepResult
public TestStepResult getTestStepResult()
(Required)
-
setTestStepResult
public void setTestStepResult(TestStepResult testStepResult)
(Required)
-
getTimestamp
public Timestamp getTimestamp()
(Required)
-
setTimestamp
public void setTimestamp(Timestamp timestamp)
(Required)
-
-