com.objectwave.persist.broker
Class ObjectQuerySupport.Test

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

public static class ObjectQuerySupport.Test
extends UnitTestBaseImpl

Version:
$Id: ObjectQuerySupport.java,v 2.5 2002/03/09 17:13:47 dave_hoag Exp $
Author:
dhoag

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

ObjectQuerySupport.Test

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

testIsMatch

public void testIsMatch()
A unit test for JUnit


testPrimaryKeyMatch

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

Throws:
java.lang.Exception