net.thucydides.core.model
Class CoverageFormatter
java.lang.Object
net.thucydides.core.model.CoverageFormatter
public class CoverageFormatter
- extends Object
|
Constructor Summary |
CoverageFormatter(double passing,
double pending,
double failing)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoverageFormatter
public CoverageFormatter(double passing,
double pending,
double failing)
getPercentPassingCoverage
public String getPercentPassingCoverage()
getPercentFailingCoverage
public String getPercentFailingCoverage()
getPercentPendingCoverage
public String getPercentPendingCoverage()
Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.