net.thucydides.core.reports
Class TestOutcomeCounter

Package class diagram package TestOutcomeCounter
java.lang.Object
  extended by net.thucydides.core.reports.TestOutcomeCounter
Direct Known Subclasses:
OutcomeCounter, RequirementOutcome.OutcomeCounter, TestCoverageFormatter.FormattedCoverage, TestOutcomes.OutcomeProportionCounter, TestOutcomes.OutcomeProportionStepCounter

public class TestOutcomeCounter
extends Object

A basic builder used to count test outcomes of a particular type


Field Summary
protected  TestType testType
           
 
Constructor Summary
TestOutcomeCounter(TestType testType)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testType

protected final TestType testType
Constructor Detail

TestOutcomeCounter

public TestOutcomeCounter(TestType testType)


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