Package net.thucydides.core.reports
Class TestOutcomeCounter
java.lang.Object
net.thucydides.core.reports.TestOutcomeCounter
- Direct Known Subclasses:
OutcomeCounter,RequirementOutcome.OutcomeCounter,ScenarioOutcomeCounter,TestCoverageFormatter.FormattedCoverage,TestOutcomes.OutcomeProportionCounter,TestOutcomes.OutcomeProportionStepCounter
public class TestOutcomeCounter
extends java.lang.Object
A basic builder used to count test outcomes of a particular type
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TestOutcomeCounter(TestType testType) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
testType
-
-
Constructor Details
-
TestOutcomeCounter
-