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