OK, I have seen it. Three questions: 1. Running the tests from the test view creates the usual mstest deployment folder (TestResults\Out\bla-bla-bla), but Gallio ignores it and executes the tests in the target directory in exactly the same fashion as running the test from TD.NET. Am I correct? 2. There is no difference between Run Tests and Debug Tests when running MbUnit tests from the TestView. No debugging either way. Am I correct? 3. I placed Debugger.Launch() in a unit test method, hoping to attach with the debugger even if I run from the TestView. However, attaching to Gallio.Host.exe fails, the tests are aborted. Is it possible at all and how do I do it, if yes?
Thanks. On Aug 11, 9:14 pm, "Jeff Brown" <[email protected]> wrote: > It enables you to run tests using the Visual Studio Test Tools. This is > what lets you run tests with Gallio using the Test View of Visual Studio > just like you used to do with MSTest. > > I don't recommend using the Test View for large projects because it has > performance problems (due to the design of VSTT). > > Jeff. > > > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On > > Behalf Of Mark Kharitonov > Sent: Tuesday, August 11, 2009 8:34 AM > To: MbUnit.User > Subject: MbUnit What does Gallio Visual Studio addin do? > > Hi. > I have VS2008 Pro (not team suite). > Is this addin relevant for me and if so how do I utilize it? It appears in > the Addin Manager, but how does it manifest itself in the IDE? > Thanks.- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
