ppodgorsek / spring-test-dbunit

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

@DatabaseSetup annotation should support class inheritance #96

Closed ppodgorsek closed 5 years ago

ppodgorsek commented 5 years ago

When that annotation is used on a parent class, the child test classes should also detect it.

ppodgorsek commented 5 years ago

Fixed