Package io.cucumber.messages.types
Class TestCase
java.lang.Object
io.cucumber.messages.types.TestCase
Represents the TestCase message in Cucumber's message protocol
A `TestCase` contains a sequence of `TestStep`s.
-
Constructor Details
-
TestCase
-
-
Method Details
-
getId
-
getPickleId
The ID of the `Pickle` this `TestCase` is derived from. -
getTestSteps
-
getTestRunStartedId
Identifier for the test run that this test case belongs to -
equals
-
hashCode
public int hashCode() -
toString
-