Class TestCase
- java.lang.Object
-
- org.locationtech.jtstest.testrunner.TestCase
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Test test)Adds a Test to the TestCase.intgetCaseIndex()StringgetDescription()GeometrygetGeometryA()GeometrygetGeometryB()intgetLineNumber()intgetTestCount()Returns the number of tests.TestRungetTestRun()List<Test>getTests()booleanisRun()voidremove(Test test)voidrun()voidsetDescription(String description)voidsetGeometryA(Geometry a)voidsetGeometryB(Geometry b)StringtoXml()
-
-
-
Method Detail
-
getLineNumber
public int getLineNumber()
-
setGeometryA
public void setGeometryA(Geometry a)
-
setGeometryB
public void setGeometryB(Geometry b)
-
setDescription
public void setDescription(String description)
-
isRun
public boolean isRun()
-
getGeometryA
public Geometry getGeometryA()
-
getGeometryB
public Geometry getGeometryB()
-
getTestCount
public int getTestCount()
Returns the number of tests.- Returns:
- The testCount value
-
getTestRun
public TestRun getTestRun()
-
getCaseIndex
public int getCaseIndex()
-
getDescription
public String getDescription()
-
add
public void add(Test test)
Adds a Test to the TestCase.
-
remove
public void remove(Test test)
-
toXml
public String toXml()
-
-