@Test
 public void testParentChildWorkflow() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testParentChildWorkflow(DS_CONTEXT);
 }
 @Test
 public void testTimeouts() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testTimeouts(DS_CONTEXT);
 }
 @Test
 public void testErrorHandlingInCoreEngine() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testErrorHandlingInCoreEngine(DS_CONTEXT);
 }
 @Test
 public void testAsynchResponseLargeData() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testAsynchResponseLargeData(DS_CONTEXT, 65536);
 }
 @Test
 public void testWithConnectionBulkInsert() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testWithConnectionBulkInsert(DS_CONTEXT);
 }
 @Test
 public void testSpringTxnUnitTestWorkflow() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testSpringTxnUnitTestWorkflow(DS_CONTEXT);
 }
 @Test
 public void testFailOnDuplicateInsert() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testFailOnDuplicateInsert(DS_CONTEXT);
 }
 @Test
 public void testAuditTrailCustomSeqNr() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testAuditTrailCustomSeqNr(DS_CONTEXT);
 }
 @Test
 public void testErrorHandlingWithWaitHook() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testErrorHandlingWithWaitHook(DS_CONTEXT);
 }
 @Test
 public void testAuditTrailUncompressed() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testAuditTrailUncompressed(DS_CONTEXT);
 }
 @Test
 public void testAutoCommit() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testAutoCommit(DS_CONTEXT);
 }
 @Test
 public void testErrorKeepWorkflowInstanceInDB() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testErrorKeepWorkflowInstanceInDB(DS_CONTEXT);
 }