46474849505152
@Before public void setup() { given(bundleContext.getServiceReference(IProxyService.class)).willReturn(proxyServiceReference); given(bundleContext.getService(proxyServiceReference)).willReturn(proxyService); webProxyConfig = new WebProxyConfigDefault(bundleContext); }