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
Maybe will be more useful to allow populate receive vararg of DataSet populate(DataSet... dataSets)
so will be possible to call JDBDT.populate(predefinedUsers, predefinedEvents, predefinedPosts)
The text was updated successfully, but these errors were encountered:
In our use case we have predefined data sets, so we need to call
Maybe will be more useful to allow
populate
receive vararg of DataSetpopulate(DataSet... dataSets)
so will be possible to call
JDBDT.populate(predefinedUsers, predefinedEvents, predefinedPosts)
The text was updated successfully, but these errors were encountered: