freemarker.testcase.models
Class SimpleTestMethod
java.lang.Object
freemarker.testcase.models.SimpleTestMethod
- TemplateMethodModel, TemplateModel
public class SimpleTestMethod
extends java.lang.Object
A simple method model used as a test bed.
$Id: SimpleTestMethod.java,v 1.12 2004/01/06 17:06:44 szegedia Exp $
Object | exec(List arguments) - Executes a method call.
|
exec
public Object exec(List arguments)
Executes a method call.
- exec in interface TemplateMethodModel
arguments
- a List of String objects containing
the values of the arguments passed to the method.
- the TemplateModel produced by the method, or null.