org.easymock.classextension
Class ConstructorArgs
java.lang.Object
org.easymock.classextension.ConstructorArgs
public class ConstructorArgs
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructorArgs
public ConstructorArgs(Constructor<?> constructor,
Object... initArgs)
- Parameters:
constructor
- Constructor to be called when creating the mockinitArgs
- Arguments passed to the constructor
getInitArgs
public Object[] getInitArgs()
getConstructor
public Constructor<?> getConstructor()
Copyright © 2003-2011 OFFIS, Henri Tremblay. All Rights Reserved.