Package org.jboss.test.mx.mxbean.support

Examples of org.jboss.test.mx.mxbean.support.NullSimpleObject


      constructReconstructTest(null, SimpleObject.class);
   }
  
   public void testCompositeContainsNull() throws Exception
   {
      NullSimpleObject simple = new NullSimpleObject();
      CompositeData openData = createCompositeData(simple.getClass().getName(), SimpleInterface.KEYS, SimpleInterface.TYPES, SimpleInterface.LEGAL_NULL_VALUES);
      constructReconstructTest(simple, openData);
   }
View Full Code Here

TOP

Related Classes of org.jboss.test.mx.mxbean.support.NullSimpleObject

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.