com.objectwave.utility
Class FileFinder.Test

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

public static class FileFinder.Test
extends UnitTestBaseImpl

Version:
$Id: FileFinder.java,v 2.3 2002/02/28 04:19:56 dave_hoag Exp $
Author:
dhoag

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

FileFinder.Test

public FileFinder.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

testRelative

public void testRelative()
                  throws java.lang.Exception
A unit test for JUnit

Throws:
java.lang.Exception