org.apache.velocity.tools.generic
Class DisplayToolTests

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

public class DisplayToolTests
extends Object

Tests for DisplayTool

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

Nested Class Summary
 class DisplayToolTests.TestBean
           
 
Constructor Summary
DisplayToolTests()
           
 
Method Summary
 void methodAlt_Object()
           
 void methodAlt_ObjectObject()
           
 void methodBr_Object()
           
 void methodCapitalize_Object()
           
 void methodCell_Object()
           
 void methodCell_Objectint()
           
 void methodCell_ObjectintString()
           
 void methodCell_ObjectString()
           
 void methodConfigure_Map()
           
 void methodList_Object()
           
 void methodList_ObjectString()
           
 void methodList_ObjectStringString()
           
 void methodList_ObjectStringStringString()
           
 void methodMeasure_String()
           
 void methodMessage_StringObjectVarArgs()
           
 void methodPlural_intString()
           
 void methodPlural_intStringString()
           
 void methodPrintf_StringObjectVarArgs()
           
 void methodSetAllowedTags_StringArray()
           
 void methodSetCellLength_int()
           
 void methodSetCellSuffix_String()
           
 void methodSetDefaultAlternate_String()
           
 void methodSetListDelimiter_String()
           
 void methodSetListFinalDelimiter_String()
           
 void methodSetTruncateAtWord_String()
           
 void methodSetTruncateLength_int()
           
 void methodSetTruncateSuffix_String()
           
 void methodSpace_int()
           
 void methodStripTags_Object()
           
 void methodStripTags_ObjectStringVarArgs()
           
 void methodTruncate_Object()
           
 void methodTruncate_Objectint()
           
 void methodTruncate_ObjectintString()
           
 void methodTruncate_ObjectintStringboolean()
           
 void methodTruncate_ObjectString()
           
 void methodUncapitalize_Object()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayToolTests

public DisplayToolTests()
Method Detail

methodAlt_Object

public void methodAlt_Object()
                      throws Exception
Throws:
Exception

methodAlt_ObjectObject

public void methodAlt_ObjectObject()
                            throws Exception
Throws:
Exception

methodCapitalize_Object

public void methodCapitalize_Object()
                             throws Exception
Throws:
Exception

methodCell_Object

public void methodCell_Object()
                       throws Exception
Throws:
Exception

methodCell_ObjectString

public void methodCell_ObjectString()
                             throws Exception
Throws:
Exception

methodCell_Objectint

public void methodCell_Objectint()
                          throws Exception
Throws:
Exception

methodCell_ObjectintString

public void methodCell_ObjectintString()
                                throws Exception
Throws:
Exception

methodConfigure_Map

public void methodConfigure_Map()
                         throws Exception
Throws:
Exception

methodMeasure_String

public void methodMeasure_String()
                          throws Exception
Throws:
Exception

methodMessage_StringObjectVarArgs

public void methodMessage_StringObjectVarArgs()
                                       throws Exception
Throws:
Exception

methodPrintf_StringObjectVarArgs

public void methodPrintf_StringObjectVarArgs()
                                      throws Exception
Throws:
Exception

methodList_Object

public void methodList_Object()
                       throws Exception
Throws:
Exception

methodList_ObjectString

public void methodList_ObjectString()
                             throws Exception
Throws:
Exception

methodList_ObjectStringString

public void methodList_ObjectStringString()
                                   throws Exception
Throws:
Exception

methodList_ObjectStringStringString

public void methodList_ObjectStringStringString()
                                         throws Exception
Throws:
Exception

methodSetAllowedTags_StringArray

public void methodSetAllowedTags_StringArray()
                                      throws Exception
Throws:
Exception

methodSetCellLength_int

public void methodSetCellLength_int()
                             throws Exception
Throws:
Exception

methodSetCellSuffix_String

public void methodSetCellSuffix_String()
                                throws Exception
Throws:
Exception

methodSetDefaultAlternate_String

public void methodSetDefaultAlternate_String()
                                      throws Exception
Throws:
Exception

methodSetListDelimiter_String

public void methodSetListDelimiter_String()
                                   throws Exception
Throws:
Exception

methodSetListFinalDelimiter_String

public void methodSetListFinalDelimiter_String()
                                        throws Exception
Throws:
Exception

methodSetTruncateLength_int

public void methodSetTruncateLength_int()
                                 throws Exception
Throws:
Exception

methodSetTruncateSuffix_String

public void methodSetTruncateSuffix_String()
                                    throws Exception
Throws:
Exception

methodSetTruncateAtWord_String

public void methodSetTruncateAtWord_String()
                                    throws Exception
Throws:
Exception

methodSpace_int

public void methodSpace_int()
                     throws Exception
Throws:
Exception

methodTruncate_Object

public void methodTruncate_Object()
                           throws Exception
Throws:
Exception

methodTruncate_ObjectString

public void methodTruncate_ObjectString()
                                 throws Exception
Throws:
Exception

methodTruncate_Objectint

public void methodTruncate_Objectint()
                              throws Exception
Throws:
Exception

methodTruncate_ObjectintString

public void methodTruncate_ObjectintString()
                                    throws Exception
Throws:
Exception

methodTruncate_ObjectintStringboolean

public void methodTruncate_ObjectintStringboolean()
                                           throws Exception
Throws:
Exception

methodUncapitalize_Object

public void methodUncapitalize_Object()
                               throws Exception
Throws:
Exception

methodBr_Object

public void methodBr_Object()
                     throws Exception
Throws:
Exception

methodStripTags_Object

public void methodStripTags_Object()
                            throws Exception
Throws:
Exception

methodStripTags_ObjectStringVarArgs

public void methodStripTags_ObjectStringVarArgs()
                                         throws Exception
Throws:
Exception

methodPlural_intString

public void methodPlural_intString()
                            throws Exception
Throws:
Exception

methodPlural_intStringString

public void methodPlural_intStringString()
                                  throws Exception
Throws:
Exception


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