Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parametrized test support #166

Open
borsch opened this issue Nov 5, 2019 · 0 comments
Open

Parametrized test support #166

borsch opened this issue Nov 5, 2019 · 0 comments

Comments

@borsch
Copy link

borsch commented Nov 5, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant