Class TestNGCucumberRunner

    • Constructor Detail

      • TestNGCucumberRunner

        public TestNGCucumberRunner​(Class<?> clazz)
        Bootstrap the cucumber runtime
        Parameters:
        clazz - Which has the CucumberOptions and Test annotations
    • Method Detail

      • finish

        public void finish()
      • provideScenarios

        public Object[][] provideScenarios()
        Returns:
        returns the cucumber scenarios as a two dimensional array of PickleWrapper scenarios combined with their FeatureWrapper feature.