org.testng.ITestObjectFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testng Show documentation
Show all versions of testng Show documentation
Testing framework for Java
package org.testng;
import java.io.Serializable;
/**
* Parent interface of all the object factories.
*
* @author Cedric Beust
*/
public interface ITestObjectFactory extends Serializable {
}