Class FeatureFileContents.RowSelectorBuilder

java.lang.Object
net.serenitybdd.cucumber.model.FeatureFileContents.RowSelectorBuilder
Enclosing class:
FeatureFileContents

public class FeatureFileContents.RowSelectorBuilder
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    RowSelectorBuilder​(boolean trim)  
  • Method Summary

    Modifier and Type Method Description
    FeatureFileContents.RowSelector betweenLine​(int startRow)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RowSelectorBuilder

      public RowSelectorBuilder​(boolean trim)
  • Method Details