com.objectwave.customClassLoader
Class Test

java.lang.Object
  |
  +--com.objectwave.test.UnitTestBaseImpl
        |
        +--com.objectwave.customClassLoader.Test
All Implemented Interfaces:
UnitTest

public class Test
extends UnitTestBaseImpl

Version:
$Id: Test.java,v 2.1 2002/03/23 14:03:00 dave_hoag Exp $
Author:

Nested Class Summary
static class Test.Runner
           
static class Test.Runner2
           
 
Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
Test()
          Constructor for the Test object
 
Method Summary
static void main(java.lang.String[] args)
          The main program for the Test class
 void testFileLoader()
           
 void testFileLoaderWithSkip()
           
 
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

Test

public Test()
Constructor for the Test object

Method Detail

main

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

Parameters:
args - The command line arguments

testFileLoaderWithSkip

public void testFileLoaderWithSkip()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testFileLoader

public void testFileLoader()
                    throws java.lang.Exception
Throws:
java.lang.Exception