Applied patch from Jan Limpens 'ReflectionBasedDictionaryAdapter needs to check if...
[castle.git] / Tools / NVelocity / test / templates / foreach-method.vm
blobfbe8c9ba25b7caedcaa15c15604fd2d9ed8bf2c6
1 #*
3 @test foreach-method.vm
5 This template is used for Velocity regression testing.
6 If you alter this template make sure you change the
7 corresponding comparison file so that the regression 
8 test doesn't fail incorrectly.
12 Foreach with a method.
14 #foreach ($element in $provider.Customers)
15     This is $element.
16 #end