| java.lang.Object org.apache.velocity.test.provider.TestProvider
TestProvider | public class TestProvider (Code) | | This class is used by the testbed. Instances of the class
are fed into the context that is set before the AST
is traversed and dynamic content generated.
author: Jason van Zyl version: $Id: TestProvider.java 463298 2006-10-12 16:10:32Z henning $ |
chop | public String chop(String string, int i)(Code) | | Chop i characters off the end of a string.
Parameters: string - String to chop. Parameters: i - Number of characters to chop. String with processed answer. |
get | public String get(String key)(Code) | | Test the ability of vel to use a get(key)
method for any object type, not just one
that implements the Map interface.
|
getStateFalse | public boolean getStateFalse()(Code) | | |
getStateTrue | public boolean getStateTrue()(Code) | | |
put | public String put(String key, Object o)(Code) | | Test the ability of vel to use a put(key)
method for any object type, not just one
that implements the Map interface.
|
theAPLRules | public boolean theAPLRules()(Code) | | |
|
|