com.objectwave.templateMerge
Class JspStyleRead.Test

java.lang.Object
  |
  +--com.objectwave.test.UnitTestBaseImpl
        |
        +--com.objectwave.templateMerge.JspStyleRead.Test
All Implemented Interfaces:
UnitTest
Enclosing class:
JspStyleRead

public static class JspStyleRead.Test
extends UnitTestBaseImpl

Unit Test

Version:
$Id: JspStyleRead.java,v 2.2 2002/08/12 22:26:40 dave_hoag Exp $
Author:
Zhou Cai

Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
JspStyleRead.Test()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program for the Test class
 void testSample()
          A unit test for JUnit
 
Methods inherited from class com.objectwave.test.UnitTestBaseImpl
createTest, removeFile, setUp, tearDown, writeFile, writeFileResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspStyleRead.Test

public JspStyleRead.Test()
Method Detail

main

public static void main(java.lang.String[] args)
The main program for the Test class

Parameters:
args - The command line arguments

testSample

public void testSample()
                throws ConfigurationException
A unit test for JUnit

Throws:
ConfigurationException