nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #03768
[Question #238356]: Looking to implement NUnit 2.6.x feature for MBUnit to NUnit Conversion
New question #238356 on NUnit Framework:
https://answers.launchpad.net/nunit-3.0/+question/238356
NUnit Team,
As you may know, MBUnit is officially dead in the water and no longer maintained. Because of this, my company has decided to dedicate some resources to converting our existing MBUnit tests to NUnit and to use that going forward. I've been tasked with writing an automated tool to do this conversion since we have hundreds of thousands of test cases written with MBunit. My automated tool is able to do the job fine converting the MBUnit test patterns to their equivalents in NUnit, however, I've run into one snag in the way the [Row] attribute behaves vs the way the [TestCase] attribute behaves in it's handling of nullable types.
I'm having the same issue as the poster of the bug https://bugs.launchpad.net/nunit-3.0/+bug/461721. We have many tests that are passing around nullable types from rows and were working before with MBUnit. I've been looking at the NUnit 2.6.3 source code and have found a way to implement this feature myself, but would really like to work with you guys if at all possible to get it into perhaps NUnit 2.6.4. So far this is the only snag I've run into with NUnit and the rest of the conversion has been going pretty smoothly.
If I can get a working solution to this in the NUnit 2.6.x code base, would you guys be able to code review it, provide feedback, and eventually release it? Or if there is an existing work-around for it, would you guys please let me know?
Thanks in advance,
Danil M. Flores
Ultimate Software - Software Engineer
--
You received this question notification because you are a member of
NUnit Core Developers, which is an answer contact for NUnit Framework.