Examples of PlainInterface


Examples of test.org.jboss.forge.furnace.mocks.PlainInterface

   {
      Assert.assertTrue(serviceRegistry.hasService(PlainInterface.class));
      Imported<PlainInterface> services = addonRegistry.getServices(PlainInterface.class);
      Assert.assertFalse(services.isUnsatisfied());
      Assert.assertFalse(services.isAmbiguous());
      PlainInterface pi = services.get();
      Assert.assertEquals("Produced", pi.getValue());
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.