Package org.jboss.forge.classloader.mock

Examples of org.jboss.forge.classloader.mock.MockService2


{
   @Test
   public void testNestedDupicateProxyAdapterCallback() throws Exception
   {
      ClassLoader loader = ClassLoaderAdapterDuplicateMethodCallbackTest.class.getClassLoader();
      MockParentInterface1 original = new MockService2(true);
      MockParentInterface1 object = ClassLoaderAdapterBuilder.callingLoader(loader).delegateLoader(loader)
               .enhance(original);
      Assert.assertNotSame(object, original);
   }
View Full Code Here

TOP

Related Classes of org.jboss.forge.classloader.mock.MockService2

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.