Interface IGherkinLine

  • All Known Implementing Classes:
    GherkinLine

    public interface IGherkinLine
    • Method Detail

      • indent

        int indent()
      • detach

        void detach()
      • getLineText

        String getLineText​(int indentToRemove)
      • isEmpty

        boolean isEmpty()
      • startsWith

        boolean startsWith​(String prefix)
      • getRestTrimmed

        String getRestTrimmed​(int length)
      • startsWithTitleKeyword

        boolean startsWithTitleKeyword​(String keyword)