net.thucydides.core.requirements.reports
Class RequirementOutcome.OutcomeCounter

Package class diagram package RequirementOutcome.OutcomeCounter
java.lang.Object
  extended by net.thucydides.core.reports.TestOutcomeCounter
      extended by net.thucydides.core.requirements.reports.RequirementOutcome.OutcomeCounter
Enclosing class:
RequirementOutcome

public class RequirementOutcome.OutcomeCounter
extends TestOutcomeCounter


Field Summary
 
Fields inherited from class net.thucydides.core.reports.TestOutcomeCounter
testType
 
Constructor Summary
RequirementOutcome.OutcomeCounter(TestType testType)
           
 
Method Summary
 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

RequirementOutcome.OutcomeCounter

public RequirementOutcome.OutcomeCounter(TestType testType)
Method Detail

withResult

public int withResult(String expectedResult)

withResult

public int withResult(TestResult expectedResult)

withIndeterminateResult

public int withIndeterminateResult()

withFailureOrError

public int withFailureOrError()

withAnyResult

public int withAnyResult()


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