ppodgorsek / spring-test-dbunit

Integration between the Spring testing framework and DBUnit
Apache License 2.0
41 stars 6 forks source link

Allow overriding the dataset loader in @DatabaseSetup/@ExpectedDatabase/@DatabaseTearDown #123

Closed ppodgorsek closed 5 years ago

ppodgorsek commented 5 years ago

It can sometimes be useful to override the dataset loader which has been defined on the class level. The following annotations should therefore have an attribute allowing to override it:

This issue covers https://github.com/springtestdbunit/spring-test-dbunit/issues/162

ppodgorsek commented 5 years ago

Done

ppodgorsek commented 5 years ago

Reopening to add documentation about this.

ppodgorsek commented 5 years ago

Done