net.thucydides.core.model
Class OutcomeCounter

Package class diagram package OutcomeCounter
java.lang.Object
  extended by net.thucydides.core.reports.TestOutcomeCounter
      extended by net.thucydides.core.model.OutcomeCounter

public class OutcomeCounter
extends TestOutcomeCounter


Field Summary
 
Fields inherited from class net.thucydides.core.reports.TestOutcomeCounter
testType
 
Constructor Summary
OutcomeCounter(TestType testType, TestOutcomes outcomes)
           
 
Method Summary
 int getTotal()
           
 int withAnyResult()
           
 int withFailureOrError()
           
 int withIndeterminateResult()
           
 int withResult(String expectedResult)
           
 int withResult(TestResult expectedResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutcomeCounter

public OutcomeCounter(TestType testType,
                      TestOutcomes outcomes)
Method Detail

withResult

public int withResult(String expectedResult)

withResult

public int withResult(TestResult expectedResult)

getTotal

public int getTotal()

withIndeterminateResult

public int withIndeterminateResult()

withFailureOrError

public int withFailureOrError()

withAnyResult

public int withAnyResult()


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