Nifty idea. I'll be looking forward to seeing it come together. Incidentally, you may wish to build on the Gallio codebase rather than the old MbUnit v2. It produces a test model which is much easier to work with and which also supports enumeration and execution of tests from other frameworks including MbUnit v3, MbUnit v2, NUnit and xUnit.net.
I'm currently refactoring the test model a bit but that should be done by this weekend. (It'll make a lot more sense if you wait until Monday to check out the code.) See: http://code.google.com/p/mb-unit/wiki/DeveloperReadme Cheers, Jeff. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, December 07, 2007 10:25 AM To: MbUnit.User Subject: MbUnit Re: use console to run specific test(s) On Dec 6, 12:47 am, "Jeff Brown" <[EMAIL PROTECTED]> wrote: > You could try asking Jamie. Jamie just gave me a nice tip recently but I haven't had a chance to try it out. > What kind of tool are you trying to write? Perhaps we can help. I want a tool that finds and runs tests which cover the code you are working on. Sort of like the way TD.Net lets you right-click and run a test(s), but for within a method you are working on and not the test itself. Say I'm working on method Foo, and there are tests that cover it (Test_Foo_ExpectFail and Test_Foo_ExpectPass). I'd like to make the change to Foo(), and run an AddIn tool that compiles it, finds Test_Foo_ExpectFail and Test_Foo_ExpectPass, and runs them like the way TD.Net does. Its still in bad shape because I don't have a lot of time for it, and haven't done anything like this before: http://unittestthis.googlecode.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
