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