Uses of Class
org.locationtech.jtstest.testrunner.TestCase
-
Packages that use TestCase Package Description org.locationtech.jtstest.testbuilder.model org.locationtech.jtstest.testrunner -
-
Uses of TestCase in org.locationtech.jtstest.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model that return TestCase Modifier and Type Method Description TestCase
TestRunnerTestCaseAdapter. getTestRunnerTestCase()
Constructors in org.locationtech.jtstest.testbuilder.model with parameters of type TestCase Constructor Description TestRunnerTestCaseAdapter(TestCase testCase)
-
Uses of TestCase in org.locationtech.jtstest.testrunner
Methods in org.locationtech.jtstest.testrunner that return TestCase Modifier and Type Method Description TestCase
Test. getTestCase()
Methods in org.locationtech.jtstest.testrunner that return types with arguments of type TestCase Modifier and Type Method Description List<TestCase>
TestRun. getTestCases()
Methods in org.locationtech.jtstest.testrunner with parameters of type TestCase Modifier and Type Method Description void
TestRun. addTestCase(TestCase testCase)
Constructors in org.locationtech.jtstest.testrunner with parameters of type TestCase Constructor Description Test(TestCase testCase, int testIndex, String description, String operation, String geometryIndex, List<String> arguments, Result expectedResult, double tolerance)
Creates a Test with the given description.
-