org.apache.velocity.tools.test.whitebox
Class GenericToolsTests

java.lang.Object
  extended by org.apache.velocity.tools.test.whitebox.GenericToolsTests

public class GenericToolsTests
extends Object

Generic tools whitebox tests.

Since:
Velocity Tools 1.3
Version:
$Id$
Author:
Claude Brisson, Nathan Bubna

Field Summary
static String MUTABLE_FIELD
           
 
Constructor Summary
GenericToolsTests()
           
 
Method Summary
protected  void assertStringEquals(String expected, Object testThis)
           
static void initGenericToolsTests()
           
 void testComparisonDateTool()
           
 void testDateTool()
           
 void testEscapeTool()
           
 void testFieldTool()
           
 void testMathTool()
           
 void testNumberTool()
           
 void testResourceTool()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MUTABLE_FIELD

public static String MUTABLE_FIELD
Constructor Detail

GenericToolsTests

public GenericToolsTests()
Method Detail

initGenericToolsTests

public static void initGenericToolsTests()
                                  throws Exception
Throws:
Exception

assertStringEquals

protected void assertStringEquals(String expected,
                                  Object testThis)

testDateTool

public void testDateTool()

testEscapeTool

public void testEscapeTool()

testFieldTool

public void testFieldTool()

testMathTool

public void testMathTool()

testNumberTool

public void testNumberTool()

testResourceTool

public void testResourceTool()

testComparisonDateTool

public void testComparisonDateTool()


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