gherkin.formatter.model
Class CellResult

java.lang.Object
  extended by gherkin.formatter.Mappable
      extended by gherkin.formatter.model.CellResult
All Implemented Interfaces:
Serializable

public class CellResult
extends Mappable

See Also:
Serialized Form

Constructor Summary
CellResult(String status)
           
 
Method Summary
 void addResult(Result result)
           
 List<Result> getResults()
           
 String getStatus()
           
 String toString()
           
 
Methods inherited from class gherkin.formatter.Mappable
toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CellResult

public CellResult(String status)
Method Detail

getStatus

public String getStatus()

getResults

public List<Result> getResults()

addResult

public void addResult(Result result)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.