Examples of RootSomeInterface


Examples of org.jboss.test.xb.builder.object.type.collection.support.RootSomeInterface

      return suite(ComponentTypeUnitTestCase.class);
   }

   public void testPass() throws Exception
   {
      RootSomeInterface root = unmarshalObject(RootSomeInterface.class);
      List<SomeInterface> list = root.getIface();
      assertNotNull(list);
      assertEquals(3, list.size());
   }
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.