Package org.jboss.test.xb.builder.object.element.xmlelement.support.nondefaults

Examples of org.jboss.test.xb.builder.object.element.xmlelement.support.nondefaults.Root


      super(name);
   }

   public void testNonDefaultsUnmarshal() throws Exception
   {
      Root root = unmarshalObject(Root.class);
      String result = root.getElement();
      assertEquals("Hello", result);
   }
View Full Code Here

TOP

Related Classes of org.jboss.test.xb.builder.object.element.xmlelement.support.nondefaults.Root

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.