Class TestOutcomes.OutcomeProportionStepCounter

java.lang.Object
net.thucydides.core.reports.TestOutcomeCounter
net.thucydides.core.reports.TestOutcomes.OutcomeProportionStepCounter
Enclosing class:
TestOutcomes

public class TestOutcomes.OutcomeProportionStepCounter
extends TestOutcomeCounter
  • Field Summary

    Fields inherited from class net.thucydides.core.reports.TestOutcomeCounter

    testType
  • Constructor Summary

    Constructors
    Constructor Description
    OutcomeProportionStepCounter​(TestType testType)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Double withIndeterminateResult()  
    java.lang.Double withResult​(java.lang.String expectedResult)  
    java.lang.Double withResult​(TestResult expectedResult)  

    Methods inherited from class java.lang.Object

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

    • OutcomeProportionStepCounter

      public OutcomeProportionStepCounter​(TestType testType)
  • Method Details

    • withResult

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

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

      public java.lang.Double withIndeterminateResult()