Interface | Description |
---|---|
AcrossJVMSerializationFeature.AcrossJVMMockitoMockSerializable |
Simple interface that hold a correct
writeReplace signature that can be seen by an
ObjectOutputStream . |
Class | Description |
---|---|
AcrossJVMSerializationFeature |
This is responsible for serializing a mock, it is enabled if the mock is implementing
Serializable . |
AcrossJVMSerializationFeature.AcrossJVMMockSerializationProxy |
This is the serialization proxy that will encapsulate the real mock data as a byte array.
|
AcrossJVMSerializationFeature.MockitoMockObjectInputStream |
Special Mockito aware
ObjectInputStream that will resolve the Mockito proxy class. |
AcrossJVMSerializationFeature.MockitoMockObjectOutputStream |
Special Mockito aware
ObjectOutputStream . |
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.
|