org.easymock.classextension
Class ConstructorArgs

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

public class ConstructorArgs
extends Object


Constructor Summary
ConstructorArgs(Constructor<?> constructor, Object... initArgs)
           
 
Method Summary
 Constructor<?> getConstructor()
           
 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(Constructor<?> constructor,
                       Object... initArgs)
Parameters:
constructor - Constructor to be called when creating the mock
initArgs - Arguments passed to the constructor
Method Detail

getInitArgs

public Object[] getInitArgs()

getConstructor

public Constructor<?> getConstructor()


Copyright © 2003-2011 OFFIS, Henri Tremblay. All Rights Reserved.