| Package | Description |
|---|---|
| org.locationtech.jtstest.testbuilder.model | |
| org.locationtech.jtstest.testrunner |
| Modifier and Type | Field and Description |
|---|---|
private TestCase |
TestRunnerTestCaseAdapter.testCase |
| Modifier and Type | Method and Description |
|---|---|
TestCase |
TestRunnerTestCaseAdapter.getTestRunnerTestCase() |
| Modifier and Type | Method and Description |
|---|---|
private int |
TestRunnerTestCaseAdapter.maxTestIndex(TestCase testCase) |
| Constructor and Description |
|---|
TestRunnerTestCaseAdapter(TestCase testCase) |
| Modifier and Type | Field and Description |
|---|---|
private TestCase |
Test.testCase |
| Modifier and Type | Method and Description |
|---|---|
TestCase |
Test.getTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestRun.addTestCase(TestCase testCase) |
private boolean |
SimpleReportWriter.areAllTestsPassed(TestCase testCase) |
private java.util.List |
TestReader.parseTests(java.util.List testElements,
int caseIndex,
java.io.File testFile,
TestCase testCase,
double tolerance)
Creates a List of Test's from the given
|
private void |
SimpleReportWriter.reportOnTestCase(TestCase testCase) |
| Constructor and 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.
|