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