|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.ojb.odmg.ScrollableQueryResultsTest
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 |
public ScrollableQueryResultsTest(java.lang.String name)
Method Detail |
public static void main(java.lang.String[] args)
public void setUp()
public void tearDown()
public void testRemoveAll() throws java.lang.Exception
java.lang.Exception
public void testGetAllUnrestricted() throws java.lang.Exception
java.lang.Exception
public void testGetSomeA() throws java.lang.Exception
java.lang.Exception
public void testGetSomeB() throws java.lang.Exception
java.lang.Exception
public void testGetSomeC() throws java.lang.Exception
java.lang.Exception
public void testGetSomeD() throws java.lang.Exception
java.lang.Exception
public void testGetSomeE() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |