Uses of Class
org.locationtech.jtstest.test.TestCaseList
-
Packages that use TestCaseList Package Description org.locationtech.jtstest.test org.locationtech.jtstest.testbuilder org.locationtech.jtstest.testbuilder.io org.locationtech.jtstest.testbuilder.model -
-
Uses of TestCaseList in org.locationtech.jtstest.test
Methods in org.locationtech.jtstest.test with parameters of type TestCaseList Modifier and Type Method Description void
TestCaseList. add(TestCaseList tcl)
-
Uses of TestCaseList in org.locationtech.jtstest.testbuilder
Methods in org.locationtech.jtstest.testbuilder that return TestCaseList Modifier and Type Method Description TestCaseList
LoadTestCasesDialog. getList()
-
Uses of TestCaseList in org.locationtech.jtstest.testbuilder.io
Methods in org.locationtech.jtstest.testbuilder.io with parameters of type TestCaseList Modifier and Type Method Description static String
XMLTestWriter. getRunDescription(TestCaseList l)
static String
XMLTestWriter. getRunWorkspace(TestCaseList l)
static String
XMLTestWriter. getRunXml(TestCaseList tcList, PrecisionModel precModel)
String
XMLTestWriter. getTestXML(TestCaseList tcList)
String
HtmlSvgTestWriter. write(TestCaseList tcList)
void
HtmlWriter. write(File outputDirectory, TestCaseList testCaseList, PrecisionModel precisionModel)
static String
HtmlSvgTestWriter. writeTestSVG(TestCaseList testCaseList)
-
Uses of TestCaseList in org.locationtech.jtstest.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model that return TestCaseList Modifier and Type Method Description TestCaseList
TestBuilderModel. getTestCaseList()
TestCaseList
TestBuilderModel.CaseList. getTestList()
Methods in org.locationtech.jtstest.testbuilder.model with parameters of type TestCaseList Modifier and Type Method Description void
TestBuilderModel.CaseList. init(TestCaseList tcl)
void
TestBuilderModel. loadEditList(TestCaseList tcl)
-