| ByteBuddyCrossClassLoaderSerializationSupport |
This is responsible for serializing a mock, it is enabled if the mock is implementing Serializable.
|
| ByteBuddyCrossClassLoaderSerializationSupport.CrossClassLoaderSerializationProxy |
This is the serialization proxy that will encapsulate the real mock data as a byte array.
|
| ByteBuddyCrossClassLoaderSerializationSupport.MockitoMockObjectInputStream |
Special Mockito aware ObjectInputStream that will resolve the Mockito proxy class.
|
| ByteBuddyCrossClassLoaderSerializationSupport.MockitoMockObjectOutputStream |
Special Mockito aware ObjectOutputStream.
|
| ByteBuddyMockMaker |
ByteBuddy MockMaker.
|
| InlineByteBuddyMockMaker |
Agent and subclass based mock maker.
|
| InlineBytecodeGenerator |
|
| InlineBytecodeGenerator.ParameterWritingVisitorWrapper |
|
| InlineBytecodeGenerator.ParameterWritingVisitorWrapper.MethodParameterStrippingMethodVisitor |
|
| InlineBytecodeGenerator.ParameterWritingVisitorWrapper.ParameterAddingClassVisitor |
|
| MockFeatures<T> |
|
| MockMethodAdvice |
|
| MockMethodAdvice.ForEquals |
|
| MockMethodAdvice.ForHashCode |
|
| MockMethodAdvice.ForReadObject |
|
| MockMethodAdvice.RealMethodCall |
|
| MockMethodAdvice.ReturnValueWrapper |
|
| MockMethodAdvice.SelfCallInfo |
|
| MockMethodAdvice.SerializableRealMethodCall |
|
| MockMethodDispatcher |
|
| MockMethodInterceptor |
|
| MockMethodInterceptor.DispatcherDefaultingToRealMethod |
|
| MockMethodInterceptor.ForEquals |
|
| MockMethodInterceptor.ForHashCode |
|
| MockMethodInterceptor.ForWriteReplace |
|
| SubclassByteBuddyMockMaker |
Subclass based mock maker.
|
| SubclassBytecodeGenerator |
|
| SubclassInjectionLoader |
|
| SubclassInjectionLoader.WithLookup |
|
| SubclassInjectionLoader.WithReflection |
|
| TypeCachingBytecodeGenerator |
|
| TypeCachingBytecodeGenerator.MockitoMockKey |
|