Class TestNGFactory

java.lang.Object
de.qytera.qtaf.testng.test_factory.TestNGFactory
All Implemented Interfaces:
org.testng.ITestObjectFactory

public class TestNGFactory extends Object implements org.testng.ITestObjectFactory
This class is responsible for creating instances of all test classes.
  • Constructor Details

    • TestNGFactory

      public TestNGFactory()
  • Method Details

    • createInstances

      @Factory public Object[] createInstances()
      Creates test class instances.
      Returns:
      the instances