Class HtmlWriter
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.io.HtmlWriter
-
public class HtmlWriter extends Object
An object that creates an .html file describing the test cases. .gif files are also created.- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description HtmlWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setBusyDialog(BusyDialog busyDialog)
void
setShowingABwithSpatialFunction(boolean showingABwithSpatialFunction)
void
write(File outputDirectory, TestCaseList testCaseList, PrecisionModel precisionModel)
-
-
-
Method Detail
-
setShowingABwithSpatialFunction
public void setShowingABwithSpatialFunction(boolean showingABwithSpatialFunction)
-
setBusyDialog
public void setBusyDialog(BusyDialog busyDialog)
-
write
public void write(File outputDirectory, TestCaseList testCaseList, PrecisionModel precisionModel) throws IOException
- Throws:
IOException
-
-