net.thucydides.core.model.formatters
Class TestCoverageFormatter.FormattedCoverage
java.lang.Object
net.thucydides.core.reports.TestOutcomeCounter
net.thucydides.core.model.formatters.TestCoverageFormatter.FormattedCoverage
- Direct Known Subclasses:
- TestCoverageFormatter.FormattedPercentageCoverage, TestCoverageFormatter.FormattedPercentageStepCoverage
- Enclosing class:
- TestCoverageFormatter
public abstract class TestCoverageFormatter.FormattedCoverage
- extends TestOutcomeCounter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCoverageFormatter.FormattedCoverage
public TestCoverageFormatter.FormattedCoverage(TestType testType)
withResult
public String withResult(String expectedResult)
percentageDeterminedResult
protected abstract double percentageDeterminedResult()
percentageWithResult
protected abstract double percentageWithResult(TestResult expectedResult)
withResult
public String withResult(TestResult expectedResult)
withIndeterminateResult
public String withIndeterminateResult()
withFailureOrError
public String withFailureOrError()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.