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

Support multiple datasets in @ExpectedDatabase #114

Open thombergs opened 8 years ago

thombergs commented 8 years ago

I'm trying to use spring-test-dbunit to create minimal datasets for integration tests. To achieve this goal, it would be great to be able to put multiple additive datasets into the @ExpectedDatabase annotation just like into the @DatabaseSetup annotation.

thombergs commented 7 years ago

It'd be awesome if this PR would make it into the next release, since then it would be possible to create really modular test database files!