Package org.jboss.test.microcontainer.support

Examples of org.jboss.test.microcontainer.support.SimpleLifecycleCallback$Handled


         assertEquals(1, SimpleLifecycleCallback.interceptions.size());
         SimpleLifecycleCallback.Handled handled = SimpleLifecycleCallback.interceptions.get(0);
         assertEquals("Intercepted", handled.contextName);
         assertEquals(ControllerState.CONFIGURED, handled.toState);

         SimpleLifecycleCallback callback = (SimpleLifecycleCallback)getBean("LifecycleCallback");
         assertEquals("Test123", callback.getTestProperty());
         itworked = true;
        
      }
      finally
      {
View Full Code Here

TOP

Related Classes of org.jboss.test.microcontainer.support.SimpleLifecycleCallback$Handled

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.