Constructor and Description |
---|
TestRun(String description,
int runIndex,
PrecisionModel precisionModel,
GeometryOperation geomOp,
ResultMatcher resultMatcher,
File testFile) |
Modifier and Type | Method and Description |
---|---|
void |
addTestCase(TestCase testCase) |
String |
getDescription() |
GeometryOperation |
getGeometryOperation() |
PrecisionModel |
getPrecisionModel() |
ResultMatcher |
getResultMatcher() |
int |
getRunIndex() |
List |
getTestCases() |
int |
getTestCount() |
File |
getTestFile() |
File |
getWorkspace() |
void |
run() |
void |
setTestCaseIndexToRun(int testCaseIndexToRun) |
void |
setWorkspace(File workspace) |
public TestRun(String description, int runIndex, PrecisionModel precisionModel, GeometryOperation geomOp, ResultMatcher resultMatcher, File testFile)
description
- runIndex
- precisionModel
- geomOp
- a GeometryOperation to use for all tests in this run (may be null)testFile
- public void setWorkspace(File workspace)
public void setTestCaseIndexToRun(int testCaseIndexToRun)
public File getWorkspace()
public int getTestCount()
public String getDescription()
public int getRunIndex()
public PrecisionModel getPrecisionModel()
public GeometryOperation getGeometryOperation()
public ResultMatcher getResultMatcher()
public List getTestCases()
public File getTestFile()
public void addTestCase(TestCase testCase)
Copyright © 2016. All rights reserved.