java - How to use dbunit annotation for junit only once? -


i use dbunit , junit annotion :

@databasesetup(value = {"worktable.csv"}, type=databaseoperation.clean_insert) 

for each test. fills database csv. it's time consuming , want in 1 @beforeall method. seems using parameters not idea (https://github.com/pragmatists/junitparams/issues/85).

how ? thanks.


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -