8889909192939495
} @Test public void testProxiedProducedServicesImplementRequestedInterfacesOnly() throws Exception { ProxiedService service = consumer.getService(); Assert.assertFalse(service instanceof ProxiedServiceStrategy); }
9596979899100101102
} @Test public void testProxiedServiceInjectionsMayBeInvoked() throws Exception { ProxiedService service = consumer.getService(); Assert.assertTrue(service.getValue()); }