arquillian / arquillian-extension-persistence

Arquillian Database / Persistence Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How use variables to match data sets?

lucasjoao opened this issue · comments

I know that is possible seed database with yml files and these files can have variables. But I need use yml files with variables to match the database with the annotation @ShouldMatchDataSet. So, do this is possible?

I searched in the code and maybe the "problem" is the difference between seedDatabase() and compare(@Observes CompareDBUnitData compareDataEvent) in DBUnitDataHandler.java, this make sense?