// last element of inAndExpected is expected result static lambdaMapLike testFunctionValue(IF1 function, A in, B expected) { assertEqualsVerbose(renderFunctionCall(str(function), in), expected, function.get(in)); }