- java.lang.Object
-
- org.easymock.internal.MethodSerializationWrapper
-
- All Implemented Interfaces:
Serializable
public class MethodSerializationWrapper extends Object implements Serializable
Wrapper used to serialize ajava.lang.reflect.Methodobject when a mock is serialized.- Author:
- Henri Tremblay
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MethodSerializationWrapper(Method m)
-
-
-
Constructor Detail
-
MethodSerializationWrapper
public MethodSerializationWrapper(Method m)
-
-
Method Detail
-
getMethod
public Method getMethod() throws ClassNotFoundException, NoSuchMethodException
-
-