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
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?
The text was updated successfully, but these errors were encountered:
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()
andcompare(@Observes CompareDBUnitData compareDataEvent)
inDBUnitDataHandler.java
, this make sense?The text was updated successfully, but these errors were encountered: