Uses of Interface
org.powermock.reflect.spi.ProxyFramework
-
Packages that use ProxyFramework Package Description org.powermock.api.extension.proxyframework org.powermock.reflect.proxyframework -
-
Uses of ProxyFramework in org.powermock.api.extension.proxyframework
Classes in org.powermock.api.extension.proxyframework that implement ProxyFramework Modifier and Type Class Description class
ProxyFrameworkImpl
CGLib proxy framework setup. -
Uses of ProxyFramework in org.powermock.reflect.proxyframework
Methods in org.powermock.reflect.proxyframework with parameters of type ProxyFramework Modifier and Type Method Description static void
RegisterProxyFramework. registerProxyFramework(ProxyFramework proxyFramework)
Register a proxy framework.
-