Package net.thucydides.core.reports
Class TestOutcomes.OutcomeProportionCounter
java.lang.Object
net.thucydides.core.reports.TestOutcomeCounter
net.thucydides.core.reports.TestOutcomes.OutcomeProportionCounter
- Enclosing class:
- TestOutcomes
public class TestOutcomes.OutcomeProportionCounter extends TestOutcomeCounter
-
Field Summary
Fields inherited from class net.thucydides.core.reports.TestOutcomeCounter
testType -
Constructor Summary
Constructors Constructor Description OutcomeProportionCounter(TestType testType) -
Method Summary
Modifier and Type Method Description java.lang.DoublewithFailureOrError()java.lang.DoublewithIndeterminateResult()java.lang.DoublewithResult(java.lang.String expectedResult)java.lang.DoublewithResult(TestResult testResult)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OutcomeProportionCounter
-
-
Method Details
-
withResult
public java.lang.Double withResult(java.lang.String expectedResult) -
withResult
-
withIndeterminateResult
public java.lang.Double withIndeterminateResult() -
withFailureOrError
public java.lang.Double withFailureOrError()
-