Class RequirementsProportionCounter
java.lang.Object
net.thucydides.core.requirements.reports.RequirementsProportionCounter
public class RequirementsProportionCounter
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description RequirementsProportionCounter(TestType testType, TestOutcomes testOutcomes, long estimatedTotalTests) -
Method Summary
Modifier and Type Method Description java.lang.DoublewithIndeterminateResult()java.lang.DoublewithResult(java.lang.String expectedResult)java.lang.DoublewithResult(TestResult expectedTestResult)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RequirementsProportionCounter
public RequirementsProportionCounter(TestType testType, TestOutcomes testOutcomes, long estimatedTotalTests)
-
-
Method Details
-
withResult
public java.lang.Double withResult(java.lang.String expectedResult) -
withResult
-
withIndeterminateResult
public java.lang.Double withIndeterminateResult()
-