Uses of Interface
net.serenitybdd.cucumber.suiteslicing.TestStatistics
| Package | Description |
|---|---|
| net.serenitybdd.cucumber.suiteslicing |
-
Uses of TestStatistics in net.serenitybdd.cucumber.suiteslicing
Classes in net.serenitybdd.cucumber.suiteslicing that implement TestStatistics Modifier and Type Class Description classMultiRunTestStatisticsclassScenarioLineCountStatisticsclassSingleRunTestStatisticsMethods in net.serenitybdd.cucumber.suiteslicing that return TestStatistics Modifier and Type Method Description static TestStatisticsTestStatistics. from(EnvironmentVariables environmentVariables, java.util.List<java.net.URI> featurePaths)static TestStatisticsSingleRunTestStatistics. fromFileName(java.lang.String fileName)Methods in net.serenitybdd.cucumber.suiteslicing with parameters of type TestStatistics Modifier and Type Method Description voidCucumberScenarioVisualiser. visualise(java.net.URI rootFolderURI, int sliceCount, int forkCount, TestStatistics testStatistics)Constructors in net.serenitybdd.cucumber.suiteslicing with parameters of type TestStatistics Constructor Description CucumberScenarioLoader(java.util.List<java.net.URI> featurePaths, TestStatistics statistics)CucumberSuiteSlicer(java.util.List<java.net.URI> featurePaths, TestStatistics statistics)