Package org.omg.CORBA

Examples of org.omg.CORBA.ShortSeqHolder


  }

  public void testExtract_TypeCode()
                            throws BAD_OPERATION
  {
    TypeCode expectedReturn = new ShortSeqHolder(new short[ 0 ])._type();
    any.insert_TypeCode(expectedReturn);

    TypeCode actualReturn = any.extract_TypeCode();
    assertEquals("typecode", expectedReturn, actualReturn);
  }
View Full Code Here

TOP

Related Classes of org.omg.CORBA.ShortSeqHolder

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.