springtestdbunit / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
http://springtestdbunit.github.com/spring-test-dbunit/
Apache License 2.0
476 stars 238 forks source link

why afterTestMethod close all connection? #164

Open wuzhiwei18 opened 5 years ago

wuzhiwei18 commented 5 years ago

DbUnitRunner.java:103 testContext.getConnections().closeAll(); when i test again, Error: org.dbunit.DatabaseUnitException: Exception processing table name='my_table', Caused by: java.sql.SQLException: connection holder is null