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