| org.apache.velocity.test.ForeachTestCase
ForeachTestCase | public class ForeachTestCase extends TestCase (Code) | | This class tests the Foreach loop.
author: Daniel Rall author: Will Glass-Husain |
Method Summary | |
public void | setUp() | public void | testMaxNbrLoopsConstraint() Tests limiting of the number of loop iterations. | public void | testMethodCall() Tests proper method execution during a Foreach loop with items
of varying classes. |
testMaxNbrLoopsConstraint | public void testMaxNbrLoopsConstraint() throws Exception(Code) | | Tests limiting of the number of loop iterations.
|
testMethodCall | public void testMethodCall() throws Exception(Code) | | Tests proper method execution during a Foreach loop with items
of varying classes.
|
|
|