/***************** End of cast(byte AS input)******************/
/*****************Beginning of cast(short AS input)************/
@Test public void testStringToShort() throws Exception {
Function func = LANG_FACTORY.createFunction("convert", //$NON-NLS-1$
new Expression[] {
LANG_FACTORY.createLiteral("123", String.class), //$NON-NLS-1$
LANG_FACTORY.createLiteral("short", Short.class)}, //$NON-NLS-1$
Short.class);