Package org.mockito.internal.creation.proxy
package org.mockito.internal.creation.proxy
Mock makers based on the
Proxy utility.-
ClassesClassDescriptionA mock maker that is using the
Proxyutility and is therefore only capable of mocking interfaces but does not rely on manual byte code generation but only uses official and public Java API.