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 voidTestCaseList. 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 TestCaseListLoadTestCasesDialog. 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 StringXMLTestWriter. getRunDescription(TestCaseList l)static StringXMLTestWriter. getRunWorkspace(TestCaseList l)static StringXMLTestWriter. getRunXml(TestCaseList tcList, PrecisionModel precModel)StringXMLTestWriter. getTestXML(TestCaseList tcList)StringHtmlSvgTestWriter. write(TestCaseList tcList)voidHtmlWriter. write(File outputDirectory, TestCaseList testCaseList, PrecisionModel precisionModel)static StringHtmlSvgTestWriter. 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 TestCaseListTestBuilderModel. getTestCaseList()TestCaseListTestBuilderModel.CaseList. getTestList()Methods in org.locationtech.jtstest.testbuilder.model with parameters of type TestCaseList Modifier and Type Method Description voidTestBuilderModel.CaseList. init(TestCaseList tcl)voidTestBuilderModel. loadEditList(TestCaseList tcl)
-