Uses of Class
org.locationtech.jtstest.testbuilder.model.TestCaseEdit
-
Packages that use TestCaseEdit Package Description org.locationtech.jtstest.test org.locationtech.jtstest.testbuilder org.locationtech.jtstest.testbuilder.io org.locationtech.jtstest.testbuilder.model -
-
Uses of TestCaseEdit in org.locationtech.jtstest.test
Methods in org.locationtech.jtstest.test with parameters of type TestCaseEdit Modifier and Type Method Description void
TestCaseList. add(TestCaseEdit tc, int i)
-
Uses of TestCaseEdit in org.locationtech.jtstest.testbuilder
Methods in org.locationtech.jtstest.testbuilder with parameters of type TestCaseEdit Modifier and Type Method Description void
JTSTestBuilderFrame. setCurrentTestCase(TestCaseEdit testCase)
void
RelatePanel. setTestCase(TestCaseEdit testCase)
void
TestCaseTextDialog. setTestCase(TestCaseEdit test)
void
ValidPanel. setTestCase(TestCaseEdit testCase)
-
Uses of TestCaseEdit in org.locationtech.jtstest.testbuilder.io
Methods in org.locationtech.jtstest.testbuilder.io with parameters of type TestCaseEdit Modifier and Type Method Description void
PNGWriter. write(File outputDirectory, TestCaseEdit testCase, PrecisionModel precisionModel)
-
Uses of TestCaseEdit in org.locationtech.jtstest.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model that return TestCaseEdit Modifier and Type Method Description TestCaseEdit
TestBuilderModel.CaseList.CaseFactory. create()
TestCaseEdit
TestBuilderModel.CaseList. getCurrentCase()
TestCaseEdit
TestBuilderModel. getCurrentCase()
Methods in org.locationtech.jtstest.testbuilder.model with parameters of type TestCaseEdit Modifier and Type Method Description void
TestBuilderModel.CaseList. setCurrent(TestCaseEdit testCase)
void
GeometryEditModel. setTestCase(TestCaseEdit testCase)
Constructors in org.locationtech.jtstest.testbuilder.model with parameters of type TestCaseEdit Constructor Description TestCaseEdit(TestCaseEdit tce)
-