Class ScenarioLineCountStatistics
java.lang.Object
net.serenitybdd.cucumber.suiteslicing.ScenarioLineCountStatistics
- All Implemented Interfaces:
TestStatistics
public class ScenarioLineCountStatistics extends java.lang.Object implements TestStatistics
-
Method Summary
Modifier and Type Method Description static ScenarioLineCountStatisticsfromFeaturePath(java.net.URI featurePaths)static ScenarioLineCountStatisticsfromFeaturePaths(java.util.List<java.net.URI> featurePaths)java.util.List<TestScenarioResult>records()java.math.BigDecimalscenarioWeightFor(java.lang.String feature, java.lang.String scenario)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
fromFeaturePath
-
fromFeaturePaths
public static ScenarioLineCountStatistics fromFeaturePaths(java.util.List<java.net.URI> featurePaths) -
scenarioWeightFor
public java.math.BigDecimal scenarioWeightFor(java.lang.String feature, java.lang.String scenario)- Specified by:
scenarioWeightForin interfaceTestStatistics
-
records
- Specified by:
recordsin interfaceTestStatistics
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-