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 Details

    • HtmlWriter

      public HtmlWriter()
  • Method Details

    • 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