Package com.tngtech.jgiven.report.model
Class ReportModelFile
- java.lang.Object
-
- com.tngtech.jgiven.report.model.ReportModelFile
-
public class ReportModelFile extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReportModelFile(java.io.File file, ReportModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
file()
ReportModel
model()
-
-
-
Constructor Detail
-
ReportModelFile
public ReportModelFile(java.io.File file, ReportModel model)
-
-
Method Detail
-
file
public java.io.File file()
-
model
public ReportModel model()
-
-