org.easymock
Class ConstructorArgs
java.lang.Object
org.easymock.ConstructorArgs
- Direct Known Subclasses:
- 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 © 2010-null Henri Tremblay. This documentation is provided under the terms of the Apache 2 licence.