** Changed in: nunitv2 Status: In Progress => Fix Committed -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/1052298
Title: Allow TestCaseSource to be an instance of IEnumerable Status in NUnit V2 Test Framework: Fix Committed Bug description: TestCaseSource currently supports named fields, methods and properties. Since the names are strings, this approach is not type-safe and is hard to refactor. NUnitLite has the ability to simply specify a Type argument to TestCaseSource. The type must implement IEnumerable and return test cases when it is used. We should port this feature to standard NUnit. To manage notifications about this bug go to: https://bugs.launchpad.net/nunitv2/+bug/1052298/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~nunit-core Post to : nunit-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~nunit-core More help : https://help.launchpad.net/ListHelp