Package io.cucumber.messages.types
Class TestCaseStarted
- java.lang.Object
-
- io.cucumber.messages.types.TestCaseStarted
-
public final class TestCaseStarted extends Object
-
-
Constructor Summary
Constructors Constructor Description TestCaseStarted(Long attempt, String id, String testCaseId, Timestamp timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetAttempt()StringgetId()StringgetTestCaseId()TimestampgetTimestamp()inthashCode()StringtoString()
-