Constructor and Description |
---|
TestCase(String description,
Geometry a,
Geometry b,
File aWktFile,
File bWktFile,
TestRun testRun,
int caseIndex,
int lineNumber)
Creates a TestCase with the given description.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Test test)
Adds a Test to the TestCase.
|
int |
getCaseIndex() |
String |
getDescription() |
Geometry |
getGeometryA() |
Geometry |
getGeometryB() |
int |
getLineNumber() |
int |
getTestCount()
Returns the number of tests.
|
TestRun |
getTestRun() |
List |
getTests() |
boolean |
isRun() |
void |
remove(Test test) |
void |
run() |
void |
setDescription(String description) |
void |
setGeometryA(Geometry a) |
void |
setGeometryB(Geometry b) |
String |
toXml() |
public int getLineNumber()
public void setGeometryA(Geometry a)
public void setGeometryB(Geometry b)
public void setDescription(String description)
public boolean isRun()
public Geometry getGeometryA()
public Geometry getGeometryB()
public int getTestCount()
public List getTests()
public TestRun getTestRun()
public int getCaseIndex()
public String getDescription()
public void add(Test test)
public void remove(Test test)
public String toXml()
Copyright © 2017. All Rights Reserved.