Package org.mockito.internal.creation.proxy
Mock makers based on the
Proxy
utility.-
Class Summary Class Description ProxyMockMaker A mock maker that is using theProxy
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.