| org.apache.ojb.junit.ODMGTestCase org.apache.ojb.odmg.ScrollableQueryResultsTest
ScrollableQueryResultsTest | public class ScrollableQueryResultsTest extends ODMGTestCase (Code) | | author: Matthew Baird version: $Id: ScrollableQueryResultsTest.java,v 1.18.4.1 2005/06/04 14:48:05 arminw Exp $ |
ScrollableQueryResultsTest | public ScrollableQueryResultsTest(String name)(Code) | | |
testGetAllUnrestricted | public void testGetAllUnrestricted() throws Exception(Code) | | test getting all (make sure basic operation is still functional)
|
testGetSomeA | public void testGetSomeA() throws Exception(Code) | | test starting at an index and ending at an index.
|
testGetSomeB | public void testGetSomeB() throws Exception(Code) | | test start at beginning, and go to an end index.
|
testGetSomeC | public void testGetSomeC() throws Exception(Code) | | test starting at a specific place, and have no ending index
|
testGetSomeD | public void testGetSomeD() throws Exception(Code) | | test the condition where start is after end.
|
testGetSomeE | public void testGetSomeE() throws Exception(Code) | | test condition where start and end are the same.
|
|
|