org.apache.velocity.test
Class VelocimacroTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.velocity.test.VelocimacroTestCase
All Implemented Interfaces:
junit.framework.Test

public class VelocimacroTestCase
extends junit.framework.TestCase

This class tests strange Velocimacro issues.

Version:
$Id: VelocimacroTestCase.java 704299 2008-10-14 03:13:16Z nbubna $
Author:
Geir Magnusson Jr.

Constructor Summary
VelocimacroTestCase(String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void testVelociMacro()
          Runs the test.
 void testVelociMacroCallMax()
          Test case for evaluating max calling depths of macros
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VelocimacroTestCase

public VelocimacroTestCase(String name)
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

suite

public static junit.framework.Test suite()

testVelociMacro

public void testVelociMacro()
                     throws Exception
Runs the test.

Throws:
Exception

testVelociMacroCallMax

public void testVelociMacroCallMax()
                            throws Exception
Test case for evaluating max calling depths of macros

Throws:
Exception


Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.