}
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);
}