|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.testng.internal.ObjectFactoryImpl
public class ObjectFactoryImpl
Default factory for test creation. Note that if no constructor is found matching the specified parameters, this factory will try to invoke a constructor that takes in a string object
| Constructor Summary | |
|---|---|
ObjectFactoryImpl()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
newInstance(java.lang.reflect.Constructor constructor,
java.lang.Object... params)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectFactoryImpl()
| Method Detail |
|---|
public java.lang.Object newInstance(java.lang.reflect.Constructor constructor,
java.lang.Object... params)
newInstance in interface IObjectFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||