org.apache.velocity.test
Class VelocimacroTestCase

java.lang.Object
  |
  +--TestCase
        |
        +--org.apache.velocity.test.VelocimacroTestCase

public class VelocimacroTestCase
extends TestCase

This class tests strange Velocimacro issues.

Version:
$Id: VelocimacroTestCase.java,v 1.1 2001/06/12 03:22:25 geirm Exp $
Author:
Geir Magnusson Jr.
See Also:
Serialized Form

Field Summary
private  java.lang.String result1
           
private  java.lang.String template1
           
 
Constructor Summary
VelocimacroTestCase()
           
 
Method Summary
 void runTest()
          Runs the test.
static junit.framework.Test suite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

template1

private java.lang.String template1

result1

private java.lang.String result1
Constructor Detail

VelocimacroTestCase

public VelocimacroTestCase()
Method Detail

suite

public static junit.framework.Test suite()

runTest

public void runTest()
Runs the test.



Copyright © 2001 Apache Software Foundation. All Rights Reserved.