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

Parametrized test support #166

Open borsch opened 4 years ago

borsch commented 4 years ago

Junit 5 have introduced @Parametrized tests support which is very practical when you have different input data with the same tested code

I would like to be use some kind of parametrized test with DBunit when I have different inputdata (@DatabaseSetup) and different optional @ExpectedDatabase

Does it possible to implement such thing?