| org.jaffa.persistence.blackboxtests.HitlistTest
HitlistTest | public class HitlistTest extends TestCase (Code) | | author: GautamJ |
Method Summary | |
protected void | setUp() Sets up the fixture, by creating the UOW. | protected void | tearDown() Tears down the fixture, by closing the UOW. | public void | testHitlist() This creates 123 Item records. |
HitlistTest | public HitlistTest(String name)(Code) | | Creates new QueryTest
Parameters: name - The name of the test case. |
setUp | protected void setUp()(Code) | | Sets up the fixture, by creating the UOW. This method is called before a test is executed.
|
tearDown | protected void tearDown()(Code) | | Tears down the fixture, by closing the UOW. This method is called after a test is executed.
|
testHitlist | public void testHitlist()(Code) | | This creates 123 Item records. It then retrieves them. After reading each record, the size of the Collection will be checked.
The size will increment in steps of hitlist size (which is assumed to be 10). The size will be negative, until all the records have been fetched.
|
|
|