public class ConstructorArgs extends Object
| Constructor and Description | 
|---|
| ConstructorArgs(Constructor<?> constructor,
               Object... initArgs) | 
| Modifier and Type | Method and Description | 
|---|---|
| Constructor<?> | getConstructor() | 
| Object[] | getInitArgs() | 
public ConstructorArgs(Constructor<?> constructor, Object... initArgs)
constructor - Constructor to be called when creating the mockinitArgs - Arguments passed to the constructorpublic Object[] getInitArgs()
public Constructor<?> getConstructor()
Copyright © 2001–2014 EasyMock contributors. All rights reserved.