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

    Methods inherited from class java.lang.Object

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

    • OutcomeProportionCounter

      public OutcomeProportionCounter​(TestType testType)
  • Method Details

    • withResult

      public java.lang.Double withResult​(java.lang.String expectedResult)
    • withResult

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

      public java.lang.Double withIndeterminateResult()
    • withFailureOrError

      public java.lang.Double withFailureOrError()