com.tngtech.jgiven.report.json
Class ScenarioJsonReader

java.lang.Object
  extended by com.tngtech.jgiven.report.json.ScenarioJsonReader
All Implemented Interfaces:
com.google.common.base.Function<java.io.File,ReportModel>

public class ScenarioJsonReader
extends java.lang.Object
implements com.google.common.base.Function<java.io.File,ReportModel>


Constructor Summary
ScenarioJsonReader()
           
 
Method Summary
 ReportModel apply(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

ScenarioJsonReader

public ScenarioJsonReader()
Method Detail

apply

public ReportModel apply(java.io.File file)
Specified by:
apply in interface com.google.common.base.Function<java.io.File,ReportModel>