org.apache.velocity.test.misc
Class Test

java.lang.Object
  |
  +--org.apache.velocity.test.misc.Test

public class Test
extends java.lang.Object

This class the testbed for Velocity. It is used to test all the directives support by Velocity.

Version:
$Id: Test.java,v 1.23 2001/03/20 19:13:28 geirm Exp $
Author:
Jason van Zyl, Geir Magnusson Jr.

Field Summary
private static java.util.Stack writerStack
          Cache of writers
 
Constructor Summary
Test(java.lang.String templateFile)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

writerStack

private static java.util.Stack writerStack
Cache of writers
Constructor Detail

Test

public Test(java.lang.String templateFile)
Method Detail

main

public static void main(java.lang.String[] args)


Copyright © 2001 Apache Software Foundation. All Rights Reserved.