org.apache.velocity.test
Class MiscTestCase

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

public class MiscTestCase
extends BaseTestCase

Test case for any miscellaneous stuff. If it isn't big, and doesn't fit anywhere else, it goes here

Version:
$Id: MiscTestCase.java,v 1.1 2002/02/20 11:33:49 geirm Exp $
Author:
Geir Magnusson Jr.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.velocity.test.BaseTestCase
 
Constructor Summary
MiscTestCase()
           
MiscTestCase(java.lang.String name)
           
 
Method Summary
 void runTest()
           
static Test suite()
           
 
Methods inherited from class org.apache.velocity.test.BaseTestCase
assureResultsDirectoryExists, getFileName, getTestCaseName, isMatch, normalizeNewlines
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiscTestCase

public MiscTestCase()

MiscTestCase

public MiscTestCase(java.lang.String name)
Method Detail

suite

public static Test suite()

runTest

public void runTest()


Copyright © 2001 Apache Software Foundation. All Rights Reserved.