Interface Messages.TestCase.TestStepOrBuilder

    • Method Detail

      • getId

        String getId()
        string id = 1;
      • getIdBytes

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

        String getPickleStepId()
         Pointer to the `PickleStep` (if derived from a PickleStep)
         
        string pickle_step_id = 2;
      • getPickleStepIdBytes

        com.google.protobuf.ByteString getPickleStepIdBytes()
         Pointer to the `PickleStep` (if derived from a PickleStep)
         
        string pickle_step_id = 2;
      • getStepDefinitionIdsList

        List<String> getStepDefinitionIdsList()
         Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
         
        repeated string step_definition_ids = 3;
      • getStepDefinitionIdsCount

        int getStepDefinitionIdsCount()
         Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
         
        repeated string step_definition_ids = 3;
      • getStepDefinitionIds

        String getStepDefinitionIds​(int index)
         Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
         
        repeated string step_definition_ids = 3;
      • getStepDefinitionIdsBytes

        com.google.protobuf.ByteString getStepDefinitionIdsBytes​(int index)
         Pointer to all the matching `StepDefinition`s (if derived from a PickleStep)
         
        repeated string step_definition_ids = 3;
      • getStepMatchArgumentsListsList

        List<Messages.TestCase.TestStep.StepMatchArgumentsList> getStepMatchArgumentsListsList()
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • getStepMatchArgumentsLists

        Messages.TestCase.TestStep.StepMatchArgumentsList getStepMatchArgumentsLists​(int index)
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • getStepMatchArgumentsListsCount

        int getStepMatchArgumentsListsCount()
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • getStepMatchArgumentsListsOrBuilderList

        List<? extends Messages.TestCase.TestStep.StepMatchArgumentsListOrBuilder> getStepMatchArgumentsListsOrBuilderList()
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • getStepMatchArgumentsListsOrBuilder

        Messages.TestCase.TestStep.StepMatchArgumentsListOrBuilder getStepMatchArgumentsListsOrBuilder​(int index)
         A list of list of StepMatchArgument (if derived from a `StepDefinition`).
         Each element represents a matching step definition. A size of 0 means `UNDEFINED`,
         and a size of 2+ means `AMBIGUOUS`
         
        repeated .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList step_match_arguments_lists = 4;
      • getHookId

        String getHookId()
         Pointer to the `Hook` (if derived from a Hook)
         
        string hook_id = 5;
      • getHookIdBytes

        com.google.protobuf.ByteString getHookIdBytes()
         Pointer to the `Hook` (if derived from a Hook)
         
        string hook_id = 5;