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

    Fields
    Modifier and Type Field Description
    protected TestType testType  
  • 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

      protected final TestType testType
  • Constructor Details

    • TestOutcomeCounter

      public TestOutcomeCounter​(TestType testType)