@Test
 public void testErrorKeepWorkflowInstanceInDB() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testErrorKeepWorkflowInstanceInDB(DS_CONTEXT);
 }
 @Test
 public void testErrorHandlingInCoreEngine() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testErrorHandlingInCoreEngine(DS_CONTEXT);
 }
 @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 testMultipleEngines() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testMultipleEngines(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 testQueryAllActive() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testQueryAllActive(DS_CONTEXT);
 }
 @Test
 public void testMulipleResponsesForSameCidPersistentTestWorkflow() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testMulipleResponsesForSameCidPersistentTestWorkflow(DS_CONTEXT);
 }
 @Test
 public void testFailOnDuplicateInsert() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testFailOnDuplicateInsert(DS_CONTEXT);
 }
 @Test
 public void testWaitForEver() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testWaitForEver(DS_CONTEXT);
 }
 @Test
 public void testNotifyWithoutEarlyResponseHandling() throws Exception {
   assertTrue("DBMS not available", dbmsAvailable);
   super.testNotifyWithoutEarlyResponseHandling(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);
 }