Package org.jboss.test.kernel.dependency.support

Examples of org.jboss.test.kernel.dependency.support.SimpleBeanInstallsAware


   {
      setupBeanMetaDatas();

      ControllerContext context2 = assertInstall(1, "Name2");

      SimpleBeanInstallsAware bean = (SimpleBeanInstallsAware) context2.getTarget();
      assertNotNull(bean);
      Set<ControllerState> states = bean.getStates();
      assertNotNull(states);
      assertEquals(4, states.size());

      assertUninstall(context2.getName().toString());
View Full Code Here

TOP

Related Classes of org.jboss.test.kernel.dependency.support.SimpleBeanInstallsAware

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.