org.easymock.classextension
Class ConstructorArgs
java.lang.Object
org.easymock.ConstructorArgs
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
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)
- Deprecated.
- Parameters:
constructor
- Constructor to be called when creating the mockinitArgs
- Arguments passed to the constructor
Copyright © 2010-null Henri Tremblay. This documentation is provided under the terms of the Apache 2 licence.