Package org.easymock.internal
Class ClassMockingData
java.lang.Object
org.easymock.internal.ClassMockingData
- All Implemented Interfaces:
Serializable
Class containing the data required for a class mock to work.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final InvocationHandlerInvocation handler that will intercept all callsList of mocked methods.private static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandler()booleanprivate voidreadObject(ObjectInputStream stream) private voidwriteObject(ObjectOutputStream stream)
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
handler
Invocation handler that will intercept all calls -
mockedMethods
List of mocked methods. Null is everything is mocked. Abstract methods won't appear in this list since they are always mocked.
-
-
Constructor Details
-
ClassMockingData
-
-
Method Details
-
isMocked
-
handler
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-