org.testng
Interface IObjectFactory

All Superinterfaces:
Serializable

public interface IObjectFactory
extends Serializable

Factory used to create all test instances.

Since:
5.6
Author:
Hani Suleiman

Method Summary
 Object newInstance(Constructor constructor, Object... params)
           
 

Method Detail

newInstance

Object newInstance(Constructor constructor,
                   Object... params)


Copyright © 2010. All Rights Reserved.