Package org.jboss.test.javabean.support

Examples of org.jboss.test.javabean.support.TestParameterInstantiate


      super(name);
   }

   public void testParameterInstantiate() throws Exception
   {
      TestParameterInstantiate result = unmarshalJavaBean20(TestParameterInstantiate.class);
      assertEquals("Hello5", result.constructorUsed);
   }
View Full Code Here

TOP

Related Classes of org.jboss.test.javabean.support.TestParameterInstantiate

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.