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–2022 EasyMock contributors. All rights reserved.