Interface TestStatistics
- All Known Implementing Classes:
MultiRunTestStatistics,ScenarioLineCountStatistics,SingleRunTestStatistics
public interface TestStatistics
-
Method Summary
Modifier and TypeMethodDescriptionstatic TestStatisticsrecords()scenarioWeightFor(String feature, String scenario)
-
Method Details
-
scenarioWeightFor
-
records
List<TestScenarioResult> records() -
from
static TestStatistics from(net.thucydides.model.util.EnvironmentVariables environmentVariables, List<URI> featurePaths)
-