Package io.cucumber.messages.types
Class TestCaseFinished
- java.lang.Object
-
- io.cucumber.messages.types.TestCaseFinished
-
public final class TestCaseFinished extends Object
Represents the TestCaseFinished message in Cucumber's message protocol- See Also:
- Github - Cucumber - Messages
-
-
Constructor Summary
Constructors Constructor Description TestCaseFinished(String testCaseStartedId, Timestamp timestamp, Boolean willBeRetried)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetTestCaseStartedId()TimestampgetTimestamp()BooleangetWillBeRetried()inthashCode()StringtoString()
-