public class SingleRunTestStatistics extends java.lang.Object implements TestStatistics
| Modifier and Type | Method and Description |
|---|---|
static TestStatistics |
fromFileName(java.lang.String fileName) |
java.util.List<TestScenarioResult> |
records() |
java.math.BigDecimal |
scenarioWeightFor(java.lang.String feature,
java.lang.String scenario) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfrompublic static TestStatistics fromFileName(java.lang.String fileName)
public java.math.BigDecimal scenarioWeightFor(java.lang.String feature,
java.lang.String scenario)
scenarioWeightFor in interface TestStatisticspublic java.util.List<TestScenarioResult> records()
records in interface TestStatisticspublic java.lang.String toString()
toString in class java.lang.Object