Interface Messages.TestCase.TestStep.StepMatchArgumentsList.StepMatchArgumentOrBuilder

    • Method Detail

      • getParameterTypeName

        String getParameterTypeName()
        string parameter_type_name = 1;
      • getParameterTypeNameBytes

        com.google.protobuf.ByteString getParameterTypeNameBytes()
        string parameter_type_name = 1;
      • hasGroup

        boolean hasGroup()
        
         Represents the outermost capture group of an argument. This message closely matches the
         `Group` class in the `cucumber-expressions` library.
         
        .io.cucumber.messages.TestCase.TestStep.StepMatchArgumentsList.StepMatchArgument.Group group = 2;