Package org.powermock.api.mockito.repackaged
Mockito related CGLIB stuff. Repackaged from Mockito 1.10.19 with public visibility.
-
Interface Summary Interface Description AcrossJVMSerializationFeature.AcrossJVMMockitoMockSerializable Simple interface that hold a correctwriteReplace
signature that can be seen by anObjectOutputStream
. -
Class Summary Class Description AcrossJVMSerializationFeature This is responsible for serializing a mock, it is enabled if the mock is implementingSerializable
.AcrossJVMSerializationFeature.AcrossJVMMockSerializationProxy This is the serialization proxy that will encapsulate the real mock data as a byte array.AcrossJVMSerializationFeature.MockitoMockObjectInputStream Special Mockito awareObjectInputStream
that will resolve the Mockito proxy class.AcrossJVMSerializationFeature.MockitoMockObjectOutputStream Special Mockito awareObjectOutputStream
.CGLIBHacker CglibMockMaker A MockMaker that uses cglib to generate mocks on a JVM.ClassImposterizer Inspired on jMock (thanks jMock guys!!!)ClassImposterizer.ClassWithSuperclassToWorkAroundCglibBug DelegatingMockitoMethodProxy MethodInterceptorFilter Should be one instance per mock instance, see CglibMockMaker.MockitoNamingPolicy SerializableMockitoMethodProxy SerializableNoOp Offer a Serializable implementation of the NoOp CGLIB callback.