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 Object
A basic builder used to count test outcomes of a particular type
  • Field Details

    • testType

      protected final TestType testType
  • Constructor Details

    • TestOutcomeCounter

      public TestOutcomeCounter(TestType testType)