Uses of Interface
net.serenitybdd.cucumber.suiteslicing.TestStatistics
Packages that use TestStatistics
-
Uses of TestStatistics in io.cucumber.gherkin
Classes in io.cucumber.gherkin that implement TestStatisticsConstructors in io.cucumber.gherkin with parameters of type TestStatisticsModifierConstructorDescriptionCucumberScenarioLoader(List<URI> featurePaths, TestStatistics statistics) -
Uses of TestStatistics in net.serenitybdd.cucumber.suiteslicing
Classes in net.serenitybdd.cucumber.suiteslicing that implement TestStatisticsMethods in net.serenitybdd.cucumber.suiteslicing that return TestStatisticsModifier and TypeMethodDescriptionstatic TestStatisticsTestStatistics.from(net.thucydides.model.util.EnvironmentVariables environmentVariables, List<URI> featurePaths) static TestStatisticsSingleRunTestStatistics.fromFileName(String fileName) Methods in net.serenitybdd.cucumber.suiteslicing with parameters of type TestStatisticsModifier and TypeMethodDescriptionvoidCucumberScenarioVisualiser.visualise(URI rootFolderURI, int sliceCount, int forkCount, TestStatistics testStatistics) Constructors in net.serenitybdd.cucumber.suiteslicing with parameters of type TestStatisticsModifierConstructorDescriptionCucumberSuiteSlicer(List<URI> featurePaths, TestStatistics statistics)