gherkin.formatter.model
Class Row

java.lang.Object
  extended by gherkin.formatter.Mappable
      extended by gherkin.formatter.model.Row
All Implemented Interfaces:
CommentHolder
Direct Known Subclasses:
DataTableRow, ExamplesTableRow

public abstract class Row
extends Mappable
implements CommentHolder


Nested Class Summary
static class Row.DiffType
           
 
Constructor Summary
Row(List<Comment> comments, List<String> cells, Integer line)
           
 
Method Summary
 List<CellResult> createResults(String status)
           
 List<String> getCells()
           
 List<Comment> getComments()
           
abstract  Row.DiffType getDiffType()
           
 Integer getLine()
           
 
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

Row

public Row(List<Comment> comments,
           List<String> cells,
           Integer line)
Method Detail

getComments

public List<Comment> getComments()
Specified by:
getComments in interface CommentHolder

getCells

public List<String> getCells()

getLine

public Integer getLine()

createResults

public List<CellResult> createResults(String status)

getDiffType

public abstract Row.DiffType getDiffType()


Copyright © 2012. All Rights Reserved.