All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.testng.IObjectFactory2 Maven / Gradle / Ivy

There is a newer version: 7.10.1
Show newest version
package org.testng;


/**
 * Factory used to create all test instances. This object factory only receives the class
 * in parameter.
 *
 * @see org.testng.IObjectFactory
 *
 * @author Cedric Beust 
 *
 * @since 5.14.6
 */
public interface IObjectFactory2 extends ITestObjectFactory {
  Object newInstance(Class cls);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy