Hello, This is my first piece of feedback on MbUnit :)
I want to create data-driven test that pulls its data from a database instead of XML. What I have tried is to include some code in the TextFixtureSetup method to read a view from a database in a datatable and then save it to the same XML file specified in the XMLDataProvider attribute. Unfortunatelly this only works after the second run, because MbUnit actually loads the XML file before even creating the instance of the DataFixture. I wonder if there is other way to implement the same functionality in MbUnit, or if you could agree to change the current behavior. I am using version 2.4.152. I can provide more details on request. Thank you. PS: MbUnit rocks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/MbUnitUser?hl=en -~----------~----~----~----~------~----~------~--~---
