Uses of Class
com.vividsolutions.jtstest.testrunner.TestCase
-
Packages that use TestCase Package Description com.vividsolutions.jtstest.testbuilder.model com.vividsolutions.jtstest.testrunner -
-
Uses of TestCase in com.vividsolutions.jtstest.testbuilder.model
Methods in com.vividsolutions.jtstest.testbuilder.model that return TestCase Modifier and Type Method Description TestCaseTestRunnerTestCaseAdapter. getTestRunnerTestCase()Constructors in com.vividsolutions.jtstest.testbuilder.model with parameters of type TestCase Constructor Description TestRunnerTestCaseAdapter(TestCase testCase) -
Uses of TestCase in com.vividsolutions.jtstest.testrunner
Methods in com.vividsolutions.jtstest.testrunner that return TestCase Modifier and Type Method Description TestCaseTest. getTestCase()Methods in com.vividsolutions.jtstest.testrunner with parameters of type TestCase Modifier and Type Method Description voidTestRun. addTestCase(TestCase testCase)Constructors in com.vividsolutions.jtstest.testrunner with parameters of type TestCase Constructor Description Test(TestCase testCase, int testIndex, java.lang.String description, java.lang.String operation, java.lang.String geometryIndex, java.util.List arguments, Result expectedResult, double tolerance)Creates a Test with the given description.
-