Class RegisterProxyFramework

java.lang.Object
org.powermock.reflect.proxyframework.RegisterProxyFramework

public class RegisterProxyFramework extends Object
All API's must register a proxy framework using this class.
  • Constructor Details

    • RegisterProxyFramework

      public RegisterProxyFramework()
  • Method Details

    • registerProxyFramework

      public static void registerProxyFramework(ProxyFramework proxyFramework)
      Register a proxy framework.
      Parameters:
      proxyFramework - The proxy framework to register.