public class TestOutcomes.OutcomeProportionCounter extends TestOutcomeCounter
| Constructor and Description |
|---|
OutcomeProportionCounter(TestType testType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
withFailureOrError() |
java.lang.Double |
withIndeterminateResult() |
java.lang.Double |
withResult(java.lang.String expectedResult) |
java.lang.Double |
withResult(TestResult testResult) |
public OutcomeProportionCounter(TestType testType)
public java.lang.Double withResult(java.lang.String expectedResult)
public java.lang.Double withResult(TestResult testResult)
public java.lang.Double withIndeterminateResult()
public java.lang.Double withFailureOrError()