Uses of Interface
org.mockito.internal.creation.bytebuddy.MockAccess
-
Packages that use MockAccess Package Description org.mockito.internal.creation.bytebuddy ByteBuddy related stuff. -
-
Uses of MockAccess in org.mockito.internal.creation.bytebuddy
Methods in org.mockito.internal.creation.bytebuddy with parameters of type MockAccess Modifier and Type Method Description static voidMockMethodAdvice.ForReadObject. doReadObject(java.lang.String identifier, MockAccess thiz, java.io.ObjectInputStream objectInputStream)static java.lang.ObjectMockMethodInterceptor.ForWriteReplace. doWriteReplace(MockAccess thiz)
-