Class TestRunnerTestCaseAdapter

  • All Implemented Interfaces:
    Testable

    public class TestRunnerTestCaseAdapter
    extends Object
    implements Testable
    Version:
    1.7
    • Constructor Detail

      • TestRunnerTestCaseAdapter

        public TestRunnerTestCaseAdapter​(TestCase testCase)
    • Method Detail

      • setExpectedIntersectionMatrix

        public void setExpectedIntersectionMatrix​(String expectedIntersectionMatrix)
      • setExpectedConvexHull

        public void setExpectedConvexHull​(Geometry expectedConvexHull)
      • setExpectedBoundary

        public void setExpectedBoundary​(Geometry expectedBoundary)
      • setExpectedIntersection

        public void setExpectedIntersection​(Geometry expectedIntersection)
      • setExpectedUnion

        public void setExpectedUnion​(Geometry expectedUnion)
      • setExpectedDifference

        public void setExpectedDifference​(Geometry expectedDifference)
      • setExpectedSymDifference

        public void setExpectedSymDifference​(Geometry expectedSymDifference)
      • setExpectedCentroid

        public void setExpectedCentroid​(Geometry expected)
      • isFailed

        public boolean isFailed()
      • getFailedMsg

        public String getFailedMsg()
      • isPassed

        public boolean isPassed()
      • getTestRunnerTestCase

        public TestCase getTestRunnerTestCase()
      • getExpectedIntersectionMatrix

        public String getExpectedIntersectionMatrix()
      • getExpectedConvexHull

        public Geometry getExpectedConvexHull()
      • getExpectedBoundary

        public Geometry getExpectedBoundary()
      • getExpectedIntersection

        public Geometry getExpectedIntersection()
      • getExpectedUnion

        public Geometry getExpectedUnion()
      • getExpectedDifference

        public Geometry getExpectedDifference()
      • getExpectedSymDifference

        public Geometry getExpectedSymDifference()