com.objectwave.persist.examples
Class JoinObject.Test

java.lang.Object
  |
  +--com.objectwave.test.UnitTestBaseImpl
        |
        +--com.objectwave.persist.examples.JoinObject.Test
All Implemented Interfaces:
UnitTest
Enclosing class:
JoinObject

public static class JoinObject.Test
extends UnitTestBaseImpl

Version:
$Id: JoinObject.java,v 2.1 2001/11/02 16:07:56 dave_hoag Exp $
Author:
dhoag

Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
JoinObject.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 testQuery()
          A unit test for JUnit
 void testSave()
          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

JoinObject.Test

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

setUp

public void setUp(java.lang.String str,
                  TestContext context)
The JUnit setup method

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

tearDown

public void tearDown(TestContext context)
The teardown method for JUnit

Specified by:
tearDown in interface UnitTest
Overrides:
tearDown in class UnitTestBaseImpl
Parameters:
context -

testQuery

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

Throws:
java.lang.Exception

testSave

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

Throws:
java.lang.Exception