springtestdbunit / spring-test-dbunit

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

DataBaseSetup just once before all tests #106

Open rohitvs opened 8 years ago

rohitvs commented 8 years ago

Is there a way we can do the DataBaseSetup once before all tests and DataBaseTearDown after all tests? From the documentation it seems like, applying these annotations at the class level will do the setup before every test and teardown after every test? Is there a way we can do this once before all tests?

raderio commented 7 years ago

You can try to annotate a base class for all tests