Package test.org.jboss.forge.furnace.mocks.services

Examples of test.org.jboss.forge.furnace.mocks.services.ProxiedService


   }

   @Test
   public void testProxiedProducedServicesImplementRequestedInterfacesOnly() throws Exception
   {
      ProxiedService service = consumer.getService();
      Assert.assertFalse(service instanceof ProxiedServiceStrategy);
   }
View Full Code Here


   }

   @Test
   public void testProxiedServiceInjectionsMayBeInvoked() throws Exception
   {
      ProxiedService service = consumer.getService();
      Assert.assertTrue(service.getValue());
   }
View Full Code Here

TOP

Related Classes of test.org.jboss.forge.furnace.mocks.services.ProxiedService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.