Esempio n. 1
0
 @Test
 public void updateShouldBeTraced() throws Exception {
   SqlMapClient sqlMapClient = new SqlMapClientImpl(super.mockSqlMapExecutorDelegate);
   super.testAndVerifyUpdate(sqlMapClient);
 }
Esempio n. 2
0
 @Test
 public void queryForPaginagedListShouldBeTraced() throws Exception {
   SqlMapClient sqlMapClient = new SqlMapClientImpl(super.mockSqlMapExecutorDelegate);
   super.testAndVerifyQueryForPaginatedList(sqlMapClient);
 }
Esempio n. 3
0
 @Test
 public void methodCallWithNullSqlIdShouldOnlyTraceMethodName() throws Exception {
   SqlMapClient sqlMapClient = new SqlMapClientImpl(super.mockSqlMapExecutorDelegate);
   super.testAndVerifyInsertWithNullSqlId(sqlMapClient);
 }