package org.testng; public interface IObjectFactory2 extends ITestObjectFactory { Object newInstance(Class cls); }