// last element of inAndExpected is expected result svoid mapLike testFunctionValue(O function, O... inAndExpected) { O expected = last(inAndExpected); in = dropLast(in); assertEqualsVerbose(renderFunctionCall(function, in), expected, callF(function, in); }