Examples of ShortSeqHolder


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
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.