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 am using nosqlunit-mongodb with Spock, and I was trying to add dynamically-generated information to the database in my setup() method. However, it appears that the NoSQLUnit @UsingDataSet rule is running aftersetup() and wiping out my new records. It seems to me that the rule ought to run before. Is that possible?
The text was updated successfully, but these errors were encountered:
I am using
nosqlunit-mongodb
with Spock, and I was trying to add dynamically-generated information to the database in mysetup()
method. However, it appears that the NoSQLUnit@UsingDataSet
rule is running aftersetup()
and wiping out my new records. It seems to me that the rule ought to run before. Is that possible?The text was updated successfully, but these errors were encountered: