예제 #1
0
 protected void setUp() throws Exception {
   super.setUp();
   ParserUtils.nullCounter();
   session = new JdbcSimpleSession(dataSource.getConnection());
 }
예제 #2
0
 protected void tearDown() throws Exception {
   super.tearDown();
   session.getConnection().close();
 }
예제 #3
0
 @Before
 public void setUp() throws Exception {
   LOG.debug("setUp()...");
   super.setUp();
 }