// Test for ARITY function.
// It is depricated but we still need to make sure it works
ARITY arrity = new ARITY();
msg = "[Testing ARRITY on input type: Tuple]";
assertTrue(msg, expected.equals(new Long(arrity.exec(t1))));
}
// Builtin APPLY Functions
// ========================