Tagged Questions
5
votes
2answers
5k views
Gallio test runner plugin to Visual Studio 2008 and 2010 for MBUnit tests
If I install Gallio 3.x will it also install a test runner plugin for Visual Studio?
Or must I use an additional plug-in like TestDriven.NET or Visual Nunit to run MbUnit test classes from within VS?
...
5
votes
4answers
2k views
Debug using MbUnit/Gallio 3.1
When I use the [Debug] button in Gallio, the breakpoints in my unit tests are not hitting. The unit tests are written with MbUnit/Gallio. I am using MbUnit/Gallio version 3.1 build 397 with Visual ...
5
votes
3answers
139 views
Are there any plans for Microsoft to support testing frameworks other than MSTest?
It seems like you should be able to configure your preferred unit testing framework as a plugin to Visual Studio/Team system like you can with SourceControl providers. Is anyone aware of an effort ...
7
votes
3answers
2k views
How to debug mbunit/Gallio unit tests in visual studio
I am trying to figure out how I can hit breakpoints in my unit tests that are written with MbUnit/Gallio. I tried running Gallio.Icarus, attaching vs debugger to it, the breakpoints weren't hit.
Next ...
2
votes
4answers
971 views
How does MbUnit work with VS 2008
I set up MbUnit and have been trying to get it to work with VS 2008 using the MbUnit GUI but every time I run a test it closes and I get a this program needs to close error.
I had a similar problem ...
8
votes
4answers
1k views
TestDriven.NET is not running my SetUp methods for MbUnit
I've created some MbUnit Test Fixtures that have SetUp methods marked with the SetUp attribute. These methods run before the tests just fine using the MbUnit GUI, the console runner, and the ...