java.lang.Object
org.easymock.ConstructorArgs
Class wrapping arguments to create a partial class mock that gets
instantiated by calling one of its constructors.
- Author:
- Henri Tremblay
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ConstructorArgs
- Parameters:
constructor
- Constructor to be called when creating the mockinitArgs
- Arguments passed to the constructor
-
-
Method Details
-
getInitArgs
- Returns:
- arguments to be passed to the constructor
-
getConstructor
- Returns:
- constructor to be called
-