| org.jaffa.persistence.blackboxtests.RawTest
RawTest | public class RawTest 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 | testAddRawAndLongRaw() Creates ZZ_TEST_PART_PICTURE records having raw and longraw elements. | public void | testUpdateRawAndLongRaw() Creates ZZ_TEST_PART_PICTURE records having raw and longraw elements.
It then retrieves and updates the rows. |
RawTest | public RawTest(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.
|
testAddRawAndLongRaw | public void testAddRawAndLongRaw()(Code) | | Creates ZZ_TEST_PART_PICTURE records having raw and longraw elements. It then checks if the data has been added.
|
testUpdateRawAndLongRaw | public void testUpdateRawAndLongRaw()(Code) | | Creates ZZ_TEST_PART_PICTURE records having raw and longraw elements.
It then retrieves and updates the rows. Finally it checks if the data has been updated.
|
|
|