I am using NUnit with the TestCaseSource attribute to do data-driven testi开发者_开发技巧ng with dynamic data in the same approach as NUnit TestCaseSource pass value to factory and
I have some NUnit tests which uses a TestCaseSource function. Unfortunately, the TestCaseSource function that I need takes a long time to initialize, because it scans a folder tree recursively to find
We have an application (Java) with an own OR mapper. Within this system we have what can be compared to Hibernate\'s interceptors (we call it triggers): Do specific actions just before saving data in