Package org.testng.internal.objects
Class DefaultTestObjectFactory
- java.lang.Object
-
- org.testng.internal.objects.DefaultTestObjectFactory
-
- All Implemented Interfaces:
ITestObjectFactory
public class DefaultTestObjectFactory extends java.lang.Object implements ITestObjectFactory
Intended to be the default way of instantiating objects within TestNG. Intentionally does not provide any specific implementation because the interface already defines the default behavior. This class still exists to ensure that we dont use an anonymous object instantiation so that its easy to find out what type of object factory is being injected into our object dispensing mechanisms.
-
-
Constructor Summary
Constructors Constructor Description DefaultTestObjectFactory()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.testng.ITestObjectFactory
newInstance, newInstance, newInstance
-
-