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.Double withIndeterminateResult()  
    java.lang.Double withResult​(java.lang.String expectedResult)  
    java.lang.Double withResult​(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

      public java.lang.Double withResult​(TestResult expectedTestResult)
    • withIndeterminateResult

      public java.lang.Double withIndeterminateResult()