Package com.vividsolutions.jtstest.test
Interface Testable
-
- All Known Implementing Classes:
TestCase,TestCaseEdit,TestRunnerTestCaseAdapter
public interface Testable- Version:
- 1.7
-
-
Method Summary
-
-
-
Method Detail
-
isFailed
boolean isFailed()
-
getFailedMsg
java.lang.String getFailedMsg()
-
runTest
void runTest() throws ParseException- Throws:
ParseException
-
getName
java.lang.String getName()
-
getGeometry
Geometry getGeometry(int index)
-
setGeometry
void setGeometry(int index, Geometry g)
-
getIntersectionMatrix
IntersectionMatrix getIntersectionMatrix()
-
getExpectedIntersectionMatrix
java.lang.String getExpectedIntersectionMatrix()
-
setIntersectionMatrix
void setIntersectionMatrix(IntersectionMatrix im)
-
setExpectedIntersectionMatrix
void setExpectedIntersectionMatrix(java.lang.String expectedIntersectionMatrix)
-
initGeometry
void initGeometry() throws ParseException- Throws:
ParseException
-
getDescription
java.lang.String getDescription()
-
isPassed
boolean isPassed()
-
getWellKnownText
java.lang.String getWellKnownText(int i)
-
setName
void setName(java.lang.String name)
-
setExpectedConvexHull
void setExpectedConvexHull(Geometry expectedConvexHull)
-
setExpectedBoundary
void setExpectedBoundary(Geometry boundary)
-
setExpectedIntersection
void setExpectedIntersection(Geometry expectedIntersection)
-
setExpectedUnion
void setExpectedUnion(Geometry expectedUnion)
-
setExpectedDifference
void setExpectedDifference(Geometry expectedDifference)
-
setExpectedSymDifference
void setExpectedSymDifference(Geometry expectedSymDifference)
-
setExpectedCentroid
void setExpectedCentroid(Geometry expectedCentroid)
-
getExpectedConvexHull
Geometry getExpectedConvexHull()
-
getExpectedBoundary
Geometry getExpectedBoundary()
-
getExpectedIntersection
Geometry getExpectedIntersection()
-
getExpectedUnion
Geometry getExpectedUnion()
-
getExpectedDifference
Geometry getExpectedDifference()
-
getExpectedSymDifference
Geometry getExpectedSymDifference()
-
-