org.easymock.classextension
Class ConstructorArgs

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

Deprecated. Use ConstructorArgs instead

@Deprecated
public class ConstructorArgs
extends ConstructorArgs

This class is provided solely to allow an easier transition to EasyMock 3.0. You should now use ConstructorArgs instead.

Author:
Henri Tremblay

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


Copyright © 2010-null Henri Tremblay. This documentation is provided under the terms of the Apache 2 licence.