org.apache.ojb.odmg
Class ScrollableQueryResultsTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.ojb.odmg.ScrollableQueryResultsTest
All Implemented Interfaces:
junit.framework.Test

public class ScrollableQueryResultsTest
extends junit.framework.TestCase

Version:
$Id: ScrollableQueryResultsTest.java,v 1.18 2003/11/26 17:33:48 brj Exp $
Author:
Matthew Baird

Constructor Summary
ScrollableQueryResultsTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
          Insert the method's description here.
 void tearDown()
          Insert the method's description here.
 void testGetAllUnrestricted()
          test getting all (make sure basic operation is still functional)
 void testGetSomeA()
          test starting at an index and ending at an index.
 void testGetSomeB()
          test start at beginning, and go to an end index.
 void testGetSomeC()
          test starting at a specific place, and have no ending index
 void testGetSomeD()
          test the condition where start is after end.
 void testGetSomeE()
          test condition where start and end are the same.
 void testRemoveAll()
          test removing all
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScrollableQueryResultsTest

public ScrollableQueryResultsTest(java.lang.String name)
Method Detail

main

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

setUp

public void setUp()
Insert the method's description here. Creation date: (06.12.2000 21:58:53)


tearDown

public void tearDown()
Insert the method's description here. Creation date: (06.12.2000 21:59:14)


testRemoveAll

public void testRemoveAll()
                   throws java.lang.Exception
test removing all

Throws:
java.lang.Exception

testGetAllUnrestricted

public void testGetAllUnrestricted()
                            throws java.lang.Exception
test getting all (make sure basic operation is still functional)

Throws:
java.lang.Exception

testGetSomeA

public void testGetSomeA()
                  throws java.lang.Exception
test starting at an index and ending at an index.

Throws:
java.lang.Exception

testGetSomeB

public void testGetSomeB()
                  throws java.lang.Exception
test start at beginning, and go to an end index.

Throws:
java.lang.Exception

testGetSomeC

public void testGetSomeC()
                  throws java.lang.Exception
test starting at a specific place, and have no ending index

Throws:
java.lang.Exception

testGetSomeD

public void testGetSomeD()
                  throws java.lang.Exception
test the condition where start is after end.

Throws:
java.lang.Exception

testGetSomeE

public void testGetSomeE()
                  throws java.lang.Exception
test condition where start and end are the same.

Throws:
java.lang.Exception


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14