svoid mapLike testFunctionValue(O function, O in, O expected) { S strIn = str(in); S msg = function + "(" + strIn + ")"; print(msg); assertEqualsVerbose(strIn, expected, callF(function, in)); }