Package org.mockito.internal.creation.proxy
package org.mockito.internal.creation.proxy
Mock makers based on the
Proxy
utility.-
ClassDescriptionA mock maker that is using the
Proxy
utility 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.