public class RequirementsProportionCounter
extends java.lang.Object
| Constructor and Description |
|---|
RequirementsProportionCounter(TestType testType,
TestOutcomes testOutcomes,
long estimatedTotalTests) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
withIndeterminateResult() |
java.lang.Double |
withResult(java.lang.String expectedResult) |
java.lang.Double |
withResult(TestResult expectedTestResult) |
public RequirementsProportionCounter(TestType testType, TestOutcomes testOutcomes, long estimatedTotalTests)
public java.lang.Double withResult(java.lang.String expectedResult)
public java.lang.Double withResult(TestResult expectedTestResult)
public java.lang.Double withIndeterminateResult()