net.thucydides.core.requirements.reports
Class RequirementsProportionCounter

Package class diagram package RequirementsProportionCounter
java.lang.Object
  extended by net.thucydides.core.requirements.reports.RequirementsProportionCounter

public class RequirementsProportionCounter
extends Object


Constructor Summary
RequirementsProportionCounter(TestType testType, TestOutcomes testOutcomes, int estimatedTotalTests)
           
 
Method Summary
 Double withIndeterminateResult()
           
 Double withResult(String expectedResult)
           
 Double withResult(TestResult expectedTestResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequirementsProportionCounter

public RequirementsProportionCounter(TestType testType,
                                     TestOutcomes testOutcomes,
                                     int estimatedTotalTests)
Method Detail

withResult

public Double withResult(String expectedResult)

withResult

public Double withResult(TestResult expectedTestResult)

withIndeterminateResult

public Double withIndeterminateResult()


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.