org.easymock.classextension
Class ConstructorArgs

java.lang.Object
  extended by org.easymock.classextension.ConstructorArgs

public class ConstructorArgs
extends java.lang.Object


Constructor Summary
ConstructorArgs(java.lang.reflect.Constructor<?> constructor, java.lang.Object... initArgs)
           
 
Method Summary
 java.lang.reflect.Constructor<?> getConstructor()
           
 java.lang.Object[] getInitArgs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorArgs

public ConstructorArgs(java.lang.reflect.Constructor<?> constructor,
                       java.lang.Object... initArgs)
Parameters:
constructor - Constructor to be called when creating the mock
initArgs - Arguments passed to the constructor
Method Detail

getInitArgs

public java.lang.Object[] getInitArgs()

getConstructor

public java.lang.reflect.Constructor<?> getConstructor()


Copyright © 2003-2009 OFFIS, Henri Tremblay. This documentation is provided under the terms of the MIT licence.