Class 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 Detail

      • getId

        public String getId()
      • getPickleId

        public String getPickleId()
        The ID of the `Pickle` this `TestCase` is derived from.
      • getTestRunStartedId

        public Optional<String> getTestRunStartedId()
        Identifier for the test run that this test case belongs to
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object