Examples of CallbackMetaData


Examples of org.jboss.test.xb.builder.object.mc.support.model.CallbackMetaData

      return callback;
   }

   public void testCallbackInstallWithProperty() throws Exception
   {
      CallbackMetaData install = getInstallCallback();
      assertEquals("someProperty", install.getProperty());
      assertEquals(ControllerState.INSTALLED, install.getDependentState());
      assertNull(install.getAnnotations());
      assertNull(install.getParameters());
   }
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.