Class TestRunnerTestCaseAdapter
- java.lang.Object
-
- com.vividsolutions.jtstest.testbuilder.model.TestRunnerTestCaseAdapter
-
-
Constructor Summary
Constructors Constructor Description TestRunnerTestCaseAdapter(TestCase testCase)
-
Method Summary
-
-
-
Constructor Detail
-
TestRunnerTestCaseAdapter
public TestRunnerTestCaseAdapter(TestCase testCase)
-
-
Method Detail
-
setGeometry
public void setGeometry(int index, Geometry g)- Specified by:
setGeometryin interfaceTestable
-
setIntersectionMatrix
public void setIntersectionMatrix(IntersectionMatrix im)
- Specified by:
setIntersectionMatrixin interfaceTestable
-
setExpectedIntersectionMatrix
public void setExpectedIntersectionMatrix(java.lang.String expectedIntersectionMatrix)
- Specified by:
setExpectedIntersectionMatrixin interfaceTestable
-
setExpectedConvexHull
public void setExpectedConvexHull(Geometry expectedConvexHull)
- Specified by:
setExpectedConvexHullin interfaceTestable
-
setExpectedBoundary
public void setExpectedBoundary(Geometry expectedBoundary)
- Specified by:
setExpectedBoundaryin interfaceTestable
-
setExpectedIntersection
public void setExpectedIntersection(Geometry expectedIntersection)
- Specified by:
setExpectedIntersectionin interfaceTestable
-
setExpectedUnion
public void setExpectedUnion(Geometry expectedUnion)
- Specified by:
setExpectedUnionin interfaceTestable
-
setExpectedDifference
public void setExpectedDifference(Geometry expectedDifference)
- Specified by:
setExpectedDifferencein interfaceTestable
-
setExpectedSymDifference
public void setExpectedSymDifference(Geometry expectedSymDifference)
- Specified by:
setExpectedSymDifferencein interfaceTestable
-
setExpectedCentroid
public void setExpectedCentroid(Geometry expected)
- Specified by:
setExpectedCentroidin interfaceTestable
-
getFailedMsg
public java.lang.String getFailedMsg()
- Specified by:
getFailedMsgin interfaceTestable
-
getGeometry
public Geometry getGeometry(int index)
- Specified by:
getGeometryin interfaceTestable
-
getIntersectionMatrix
public IntersectionMatrix getIntersectionMatrix()
- Specified by:
getIntersectionMatrixin interfaceTestable
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceTestable
-
getWellKnownText
public java.lang.String getWellKnownText(int index)
- Specified by:
getWellKnownTextin interfaceTestable
-
getTestRunnerTestCase
public TestCase getTestRunnerTestCase()
-
getExpectedIntersectionMatrix
public java.lang.String getExpectedIntersectionMatrix()
- Specified by:
getExpectedIntersectionMatrixin interfaceTestable
-
getExpectedConvexHull
public Geometry getExpectedConvexHull()
- Specified by:
getExpectedConvexHullin interfaceTestable
-
getExpectedBoundary
public Geometry getExpectedBoundary()
- Specified by:
getExpectedBoundaryin interfaceTestable
-
getExpectedIntersection
public Geometry getExpectedIntersection()
- Specified by:
getExpectedIntersectionin interfaceTestable
-
getExpectedUnion
public Geometry getExpectedUnion()
- Specified by:
getExpectedUnionin interfaceTestable
-
getExpectedDifference
public Geometry getExpectedDifference()
- Specified by:
getExpectedDifferencein interfaceTestable
-
getExpectedSymDifference
public Geometry getExpectedSymDifference()
- Specified by:
getExpectedSymDifferencein interfaceTestable
-
runTest
public void runTest() throws ParseException- Specified by:
runTestin interfaceTestable- Throws:
ParseException
-
initGeometry
public void initGeometry() throws ParseException- Specified by:
initGeometryin interfaceTestable- Throws:
ParseException
-
-