public class ConstructorArgs extends Object
Constructor | Description |
---|---|
ConstructorArgs(Constructor<?> constructor,
Object... initArgs) |
Modifier and Type | Method | 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–2018 EasyMock contributors. All rights reserved.