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

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -