| |
|
| org.apache.velocity.test.ParserTestCase
ParserTestCase | public class ParserTestCase extends TestCase (Code) | | More specific parser tests where just templating
isn't enough.
author: Geir Magnusson Jr. version: $Id: ParserTestCase.java 463298 2006-10-12 16:10:32Z henning $ |
Inner Class :public static class ToStringCounter | |
suite | public static Test suite()(Code) | | |
testASTReferenceToStringOnlyCalledOnce | public void testASTReferenceToStringOnlyCalledOnce() throws Exception(Code) | | Test to see if we toString is called multiple times on references.
|
testArgs | public void testArgs() throws Exception(Code) | | Test to see if don't tolerage passing word tokens in anything but the
0th arg to #macro() and the 1th arg to foreach()
|
testEquals | public void testEquals() throws Exception(Code) | | Test to make sure that using '=' in #if() throws a PEE
|
testMacro | public void testMacro() throws Exception(Code) | | Test to see if we force the first arg to #macro() to be a word
|
|
|
|