com.objectwave.utility
Class CachedRandomAccessFile.Test

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

public static class CachedRandomAccessFile.Test
extends UnitTestBaseImpl

Description of the Class

Version:
$Id: CachedRandomAccessFile.java,v 2.1 2002/07/31 15:55:23 dave_hoag Exp $
Author:
dhoag

Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
CachedRandomAccessFile.Test()
           
 
Method Summary
 void test1()
          A unit test for JUnit
 void test2()
          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

CachedRandomAccessFile.Test

public CachedRandomAccessFile.Test()
Method Detail

test1

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

Throws:
java.lang.Exception - Description of Exception

test2

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

Throws:
java.lang.Exception - Description of Exception