Interface Messages.TestCaseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Messages.TestCase, Messages.TestCase.Builder
    Enclosing class:
    Messages

    public static interface Messages.TestCaseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getId

        String getId()
        string id = 1;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1;
      • getPickleId

        String getPickleId()
         The ID of the `Pickle` this `TestCase` is derived from.
         
        string pickle_id = 2;
      • getPickleIdBytes

        com.google.protobuf.ByteString getPickleIdBytes()
         The ID of the `Pickle` this `TestCase` is derived from.
         
        string pickle_id = 2;
      • getTestSteps

        Messages.TestCase.TestStep getTestSteps​(int index)
        repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;
      • getTestStepsCount

        int getTestStepsCount()
        repeated .io.cucumber.messages.TestCase.TestStep test_steps = 3;