org.easymock
Class ConstructorArgs
java.lang.Object
org.easymock.ConstructorArgs
public class ConstructorArgs
- extends Object
Class wrapping arguments to create a partial class mock that gets
instantiated by calling one of its constructors
- Author:
- Henri Tremblay
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()
- Returns:
- arguments to be passed to the constructor
getConstructor
public Constructor<?> getConstructor()
- Returns:
- constructor to be called
Copyright © 2001-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.