|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.easymock.classextension.ConstructorArgs
public class ConstructorArgs
| Constructor Summary | |
|---|---|
ConstructorArgs(java.lang.reflect.Constructor<?> constructor,
java.lang.Object... initArgs)
|
|
| Method Summary | |
|---|---|
java.lang.reflect.Constructor<?> |
getConstructor()
|
java.lang.Object[] |
getInitArgs()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstructorArgs(java.lang.reflect.Constructor<?> constructor,
java.lang.Object... initArgs)
constructor - Constructor to be called when creating the mockinitArgs - Arguments passed to the constructor| Method Detail |
|---|
public java.lang.Object[] getInitArgs()
public java.lang.reflect.Constructor<?> getConstructor()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||