| org.jaffa.persistence.blackboxtests.LobTest
LobTest | public class LobTest 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 | testAddClobAndBlob() Creates ZZ_TEST_PART_REMARKS_PICTURE records having clob and blob elements. | public void | testUpdateBlob() Creates ZZ_TEST_PART_REMARKS_PICTURE records having clob and blob elements.
It then retrieves and updates the rows. | public void | testUpdateClob() Creates ZZ_TEST_PART_REMARKS_PICTURE records having clob and blob elements.
It then retrieves and updates the rows. |
LobTest | public LobTest(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.
|
testAddClobAndBlob | public void testAddClobAndBlob()(Code) | | Creates ZZ_TEST_PART_REMARKS_PICTURE records having clob and blob elements. It then checks if the data has been added.
|
testUpdateBlob | public void testUpdateBlob()(Code) | | Creates ZZ_TEST_PART_REMARKS_PICTURE records having clob and blob elements.
It then retrieves and updates the rows. Finally it checks if the data has been updated.
|
testUpdateClob | public void testUpdateClob()(Code) | | Creates ZZ_TEST_PART_REMARKS_PICTURE records having clob and blob elements.
It then retrieves and updates the rows. Finally it checks if the data has been updated.
|
|
|