Package org.jboss.system.metadata

Examples of org.jboss.system.metadata.ServiceJBXBValueMetaData


  
   protected void assertJBXBValue(ServiceValueMetaData actual, String expected) throws Exception
   {
      assertNotNull(actual);

      ServiceJBXBValueMetaData value = assertInstanceOf(ServiceJBXBValueMetaData.class, actual);
     
      Element element = value.getElement();
      assertChildOfAttribute(element, expected);
   }
View Full Code Here


  
   protected void assertJBXBValue(ServiceValueMetaData actual, String expected) throws Exception
   {
      assertNotNull(actual);

      ServiceJBXBValueMetaData value = assertInstanceOf(ServiceJBXBValueMetaData.class, actual);
     
      Element element = value.getElement();
      assertChildOfAttribute(element, expected);
   }
View Full Code Here

TOP

Related Classes of org.jboss.system.metadata.ServiceJBXBValueMetaData

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.