cucumber.runtime.model
Class ExampleStep

java.lang.Object
  extended by gherkin.formatter.Mappable
      extended by gherkin.formatter.model.BasicStatement
          extended by gherkin.formatter.model.Step
              extended by cucumber.runtime.model.ExampleStep
All Implemented Interfaces:
gherkin.formatter.model.CommentHolder

public class ExampleStep
extends gherkin.formatter.model.Step


Nested Class Summary
 
Nested classes/interfaces inherited from class gherkin.formatter.model.Step
gherkin.formatter.model.Step.Builder
 
Constructor Summary
ExampleStep(List<gherkin.formatter.model.Comment> comments, String keyword, String name, int line, List<gherkin.formatter.model.DataTableRow> rows, gherkin.formatter.model.DocString docString, Set<Integer> matchedColumns)
           
 
Method Summary
 
Methods inherited from class gherkin.formatter.model.Step
getDocString, getLineRange, getOutlineArgs, getOutlineMatch, getRows, getStackTraceElement, replay
 
Methods inherited from class gherkin.formatter.model.BasicStatement
getComments, getFirstNonCommentLine, getKeyword, getLine, getName
 
Methods inherited from class gherkin.formatter.Mappable
toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleStep

public ExampleStep(List<gherkin.formatter.model.Comment> comments,
                   String keyword,
                   String name,
                   int line,
                   List<gherkin.formatter.model.DataTableRow> rows,
                   gherkin.formatter.model.DocString docString,
                   Set<Integer> matchedColumns)


Copyright © 2012. All Rights Reserved.