I need to create a database in the setup event and go to the teardown event, the thread works when I did not use TestCaseSource . But at this point I need to use TestCaseSource , then the execution order from NUnit changed.
My database is not created (you can say that the setup event is not raised), but I have to use TestCaseSource to pull the data from the table that is created by the setup event and placed in teardown .
Please suggest how to work with this type of scenario. I am using VS 2013
Thanks in advance
source share