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