Package io.cucumber.messages.types
Class TestStepResult
- java.lang.Object
-
- io.cucumber.messages.types.TestStepResult
-
public final class TestStepResult extends Object
-
-
Constructor Summary
Constructors Constructor Description TestStepResult(Duration duration, String message, TestStepResultStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DurationgetDuration()Optional<String>getMessage()TestStepResultStatusgetStatus()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
TestStepResult
public TestStepResult(Duration duration, String message, TestStepResultStatus status)
-
-
Method Detail
-
getDuration
public Duration getDuration()
-
getStatus
public TestStepResultStatus getStatus()
-
-