Class SubrequirementsProportionCount

java.lang.Object
net.thucydides.core.requirements.reports.SubrequirementsProportionCount

public class SubrequirementsProportionCount
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    SubrequirementsProportionCount​(SubrequirementsCount subrequirementsCount)  
  • Method Summary

    Modifier and Type Method Description
    double withNoTests()  
    double withResult​(java.lang.String resultValue)  
    double withSkippedOrIgnored()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SubrequirementsProportionCount

      public SubrequirementsProportionCount​(SubrequirementsCount subrequirementsCount)
  • Method Details

    • withResult

      public double withResult​(java.lang.String resultValue)
    • withSkippedOrIgnored

      public double withSkippedOrIgnored()
    • withNoTests

      public double withNoTests()