| org.jaffa.persistence.blackboxtests.StoredProcedureTest
StoredProcedureTest | public class StoredProcedureTest 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 | testVoucherStoredProcedure() This just executes the Voucher Stored Procedure. |
StoredProcedureTest | public StoredProcedureTest(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.
|
testVoucherStoredProcedure | public void testVoucherStoredProcedure()(Code) | | This just executes the Voucher Stored Procedure. If a voucher gets generated, then everything went thru well.
It then performs a rollback.
|
|
|