com.tngtech.jgiven.report.model
Class ReportModelFile

java.lang.Object
  extended by com.tngtech.jgiven.report.model.ReportModelFile

public class ReportModelFile
extends java.lang.Object


Field Summary
 java.io.File file
           
 ReportModel model
           
 
Constructor Summary
ReportModelFile()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

public ReportModel model

file

public java.io.File file
Constructor Detail

ReportModelFile

public ReportModelFile()