Package org.jboss.test.metatype.types.support

Examples of org.jboss.test.metatype.types.support.MockSimpleValue


    * @throws Exception for any problem
    */
   public void testIsValueSimpleValue() throws Exception
   {
      SimpleMetaType simpleType = SimpleMetaType.STRING;
      MockSimpleValue sv = new MockSimpleValue(simpleType);
      MockSimpleValue[][] compData1 = new MockSimpleValue[][]
      {
         { sv, null }, { sv, sv }
      };
           
View Full Code Here

TOP

Related Classes of org.jboss.test.metatype.types.support.MockSimpleValue

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.