!include once #1027769 // Velocity sS velocityEval(S templateText, O... params) { Velocity.init(); VelocityContext context = new(paramsToMap(params)); new StringWriter sw; assertTrue("Velocity evaluate", Velocity.evaluate(context, sw, shorten(templateText, 50), templateText)); ret str(sw); }