Package io.cucumber.messages.types
Class TestStepFinished
java.lang.Object
io.cucumber.messages.types.TestStepFinished
Represents the TestStepFinished message in Cucumber's message protocol
-
Constructor Summary
ConstructorsConstructorDescriptionTestStepFinished(String testCaseStartedId, String testStepId, TestStepResult testStepResult, Timestamp timestamp) -
Method Summary
-
Constructor Details
-
TestStepFinished
public TestStepFinished(String testCaseStartedId, String testStepId, TestStepResult testStepResult, Timestamp timestamp)
-
-
Method Details