Package io.cucumber.messages.types
Class TestCase
- java.lang.Object
-
- io.cucumber.messages.types.TestCase
-
public final class TestCase extends Object
Represents the TestCase message in Cucumber's message protocol- See Also:
- Github - Cucumber - Messages //// TestCases A `TestCase` contains a sequence of `TestStep`s.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()StringgetPickleId()The ID of the `Pickle` this `TestCase` is derived from.List<TestStep>getTestSteps()inthashCode()StringtoString()
-