com.objectwave.persist.invert
Class InvertTest

java.lang.Object
  |
  +--com.objectwave.test.UnitTestBaseImpl
        |
        +--com.objectwave.persist.invert.InvertTest
All Implemented Interfaces:
UnitTest

public class InvertTest
extends UnitTestBaseImpl


Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
InvertTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp(java.lang.String name, TestContext context)
          The JUnit setup method
 void tearDown(TestContext context)
          The teardown method for JUnit
 void testSaveAndFind()
           
 
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

InvertTest

public InvertTest()
Method Detail

main

public static void main(java.lang.String[] args)

setUp

public void setUp(java.lang.String name,
                  TestContext context)
Description copied from class: UnitTestBaseImpl
The JUnit setup method

Specified by:
setUp in interface UnitTest
Overrides:
setUp in class UnitTestBaseImpl
Parameters:
name - The new Up value
context - The new Up value

tearDown

public void tearDown(TestContext context)
              throws java.lang.Exception
Description copied from class: UnitTestBaseImpl
The teardown method for JUnit

Specified by:
tearDown in interface UnitTest
Overrides:
tearDown in class UnitTestBaseImpl
Parameters:
context -
Throws:
java.lang.Exception

testSaveAndFind

public void testSaveAndFind()
                     throws java.lang.Exception
java.lang.Exception