public final class RequirementBoundTestCasesStatistics extends Object
| Constructor and Description |
|---|
RequirementBoundTestCasesStatistics() |
RequirementBoundTestCasesStatistics(int zeroTestCases,
int oneTestCase,
int manyTestCases) |
| Modifier and Type | Method and Description |
|---|---|
int |
getManyTestCases() |
int |
getOneTestCase() |
int |
getZeroTestCases() |
void |
setManyTestCases(int manyTestCases) |
void |
setOneTestCase(int oneTestCase) |
void |
setZeroTestCases(int zeroTestCases) |
public RequirementBoundTestCasesStatistics()
public RequirementBoundTestCasesStatistics(int zeroTestCases,
int oneTestCase,
int manyTestCases)
public int getZeroTestCases()
public void setZeroTestCases(int zeroTestCases)
public int getOneTestCase()
public void setOneTestCase(int oneTestCase)
public int getManyTestCases()
public void setManyTestCases(int manyTestCases)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.