Interface Messages.GherkinDocument.Feature.StepOrBuilder

    • Method Detail

      • hasLocation

        boolean hasLocation()
         The location of the steps' `keyword`
         
        .io.cucumber.messages.Location location = 1;
      • getLocation

        Messages.Location getLocation()
         The location of the steps' `keyword`
         
        .io.cucumber.messages.Location location = 1;
      • getLocationOrBuilder

        Messages.LocationOrBuilder getLocationOrBuilder()
         The location of the steps' `keyword`
         
        .io.cucumber.messages.Location location = 1;
      • getKeyword

        String getKeyword()
        string keyword = 2;
      • getKeywordBytes

        com.google.protobuf.ByteString getKeywordBytes()
        string keyword = 2;
      • getText

        String getText()
        string text = 3;
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
        string text = 3;
      • hasDocString

        boolean hasDocString()
        .io.cucumber.messages.GherkinDocument.Feature.Step.DocString doc_string = 4;
      • hasDataTable

        boolean hasDataTable()
        .io.cucumber.messages.GherkinDocument.Feature.Step.DataTable data_table = 5;
      • getId

        String getId()
         Unique ID to be able to reference the Step from PickleStep
         
        string id = 6;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Unique ID to be able to reference the Step from PickleStep
         
        string id = 6;