Class TestNGParallelRunner


  • public class TestNGParallelRunner
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void runScenario​(cucumber.api.testng.PickleEventWrapper pickleWrapper, cucumber.api.testng.CucumberFeatureWrapper featureWrapper)  
      java.lang.Object[][] scenarios()  
      void setUpClass()  
      void tearDownClass()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestNGParallelRunner

        public TestNGParallelRunner()
    • Method Detail

      • setUpClass

        @BeforeClass(alwaysRun=true)
        public void setUpClass()
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • runScenario

        public void runScenario​(cucumber.api.testng.PickleEventWrapper pickleWrapper,
                                cucumber.api.testng.CucumberFeatureWrapper featureWrapper)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • scenarios

        @DataProvider(parallel=true)
        public java.lang.Object[][] scenarios()
      • tearDownClass

        @AfterClass(alwaysRun=true)
        public void tearDownClass()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception