net.thucydides.core.reports
Class TestOutcomes.OutcomeProportionCounter

Package class diagram package TestOutcomes.OutcomeProportionCounter
java.lang.Object
  extended by net.thucydides.core.reports.TestOutcomeCounter
      extended by 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
TestOutcomes.OutcomeProportionCounter(TestType testType)
           
 
Method Summary
 Double withFailureOrError()
           
 Double withIndeterminateResult()
           
 Double withResult(String expectedResult)
           
 Double withResult(TestResult testResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestOutcomes.OutcomeProportionCounter

public TestOutcomes.OutcomeProportionCounter(TestType testType)
Method Detail

withResult

public Double withResult(String expectedResult)

withResult

public Double withResult(TestResult testResult)

withIndeterminateResult

public Double withIndeterminateResult()

withFailureOrError

public Double withFailureOrError()


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