Package org.testng
Interface IObjectFactory
- All Superinterfaces:
ITestObjectFactory
Deprecated.
- This interface stands deprecated as of TestNG 7.5.0
Factory used to create all test instances. This factory is passed the constructor along with the
parameters that TestNG calculated based on the environment (@Parameters, etc...).
- Since:
- 5.6
- See Also:
-
Method Summary
Methods inherited from interface org.testng.ITestObjectFactory
newInstance, newInstance, newInstance