You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Junit 5 have introduced
@Parametrized
tests support which is very practical when you have different input data with the same tested codeI 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?
The text was updated successfully, but these errors were encountered: