org.apache.velocity.tools.generic
Class LoopToolTests

java.lang.Object
  extended by org.apache.velocity.tools.generic.LoopToolTests

public class LoopToolTests
extends Object

Tests for LoopTool

Since:
VelocityTools 2.0
Version:
$Id$
Author:
Nathan Bubna

Nested Class Summary
static class LoopToolTests.HasIteratorMethod
           
static class LoopToolTests.MyIterable
           
 
Field Summary
static String[] ARRAY
           
 
Constructor Summary
LoopToolTests()
           
 
Method Summary
 void aliasMethods()
           
 void ctorLoopTool()
           
 void method_getDepth()
           
 void methodGet_StringString()
           
 void methodGet()
           
 void methodGetCountOrGetIndex_String()
           
 void methodGetCountOrGetIndex()
           
 void methodIsFirst_String()
           
 void methodIsFirst()
           
 void methodIsLast_String()
           
 void methodIsLast()
           
 void methodSkip_int()
           
 void methodSkip_intString()
           
 void methodStop_String()
           
 void methodStop()
           
 void methodStopAll()
           
 void methodStopTo_String()
           
 void methodWatch_Object()
           
 void methodWatch_ObjectString()
           
 void watchAndExclude()
           
 void watchAndStop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARRAY

public static final String[] ARRAY
Constructor Detail

LoopToolTests

public LoopToolTests()
Method Detail

ctorLoopTool

public void ctorLoopTool()
                  throws Exception
Throws:
Exception

methodSkip_int

public void methodSkip_int()
                    throws Exception
Throws:
Exception

methodSkip_intString

public void methodSkip_intString()
                          throws Exception
Throws:
Exception

methodStop

public void methodStop()
                throws Exception
Throws:
Exception

methodStopAll

public void methodStopAll()
                   throws Exception
Throws:
Exception

methodStopTo_String

public void methodStopTo_String()
                         throws Exception
Throws:
Exception

methodStop_String

public void methodStop_String()
                       throws Exception
Throws:
Exception

methodWatch_Object

public void methodWatch_Object()
                        throws Exception
Throws:
Exception

methodWatch_ObjectString

public void methodWatch_ObjectString()
                              throws Exception
Throws:
Exception

methodIsFirst

public void methodIsFirst()
                   throws Exception
Throws:
Exception

methodIsFirst_String

public void methodIsFirst_String()
                          throws Exception
Throws:
Exception

methodIsLast

public void methodIsLast()
                  throws Exception
Throws:
Exception

methodIsLast_String

public void methodIsLast_String()
                         throws Exception
Throws:
Exception

methodGet

public void methodGet()
               throws Exception
Throws:
Exception

methodGet_StringString

public void methodGet_StringString()
                            throws Exception
Throws:
Exception

methodGetCountOrGetIndex

public void methodGetCountOrGetIndex()
                              throws Exception
Throws:
Exception

methodGetCountOrGetIndex_String

public void methodGetCountOrGetIndex_String()
                                     throws Exception
Throws:
Exception

aliasMethods

public void aliasMethods()
                  throws Exception
Throws:
Exception

watchAndExclude

public void watchAndExclude()
                     throws Exception
Throws:
Exception

watchAndStop

public void watchAndStop()
                  throws Exception
Throws:
Exception

method_getDepth

public void method_getDepth()
                     throws Exception
Throws:
Exception


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.