|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.objectwave.test.UnitTestBaseImpl
|
+--com.objectwave.persist.file.RecordIterator.Test
Unit tests.
| Field Summary |
| Fields inherited from class com.objectwave.test.UnitTestBaseImpl |
testContext |
| Constructor Summary | |
RecordIterator.Test()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
The main program for the Test class |
void |
setUp(java.lang.String str,
TestContext context)
The JUnit setup method |
void |
tearDown(TestContext context)
The teardown method for JUnit |
void |
testIterate()
A unit test for JUnit |
void |
testIterateWithInvalid()
A unit test for JUnit |
| Methods inherited from class com.objectwave.test.UnitTestBaseImpl |
createTest, removeFile, writeFile, writeFileResource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RecordIterator.Test()
| Method Detail |
public static void main(java.lang.String[] args)
args - The command line arguments
public void setUp(java.lang.String str,
TestContext context)
throws java.lang.Exception
setUp in interface UnitTestsetUp in class UnitTestBaseImplstr - The new Up valuecontext - The new Up value
java.lang.Exceptionpublic void tearDown(TestContext context)
tearDown in interface UnitTesttearDown in class UnitTestBaseImplcontext - Description of Parameter
public void testIterateWithInvalid()
throws java.io.IOException
java.io.IOException - Description of Exception
public void testIterate()
throws java.io.IOException
java.io.IOException - Description of Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||