Package io.cucumber.messages.types
Class Duration
- java.lang.Object
-
- io.cucumber.messages.types.Duration
-
public final class Duration extends Object
Represents the Duration message in Cucumber's message protocol- See Also:
- Github - Cucumber - Messages The structure is pretty close of the Timestamp one. For clarity, a second type of message is used.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetNanos()Non-negative fractions of a second at nanosecond resolution.LonggetSeconds()inthashCode()StringtoString()
-