Is it possible to run a single MbUnit test method using VS2010's CTRL+R, T sequence? With MSTest that key sequence runs just the method that is in scope, just make sure the cursor is in the unit test you want to run and type CTRL+R, T. When I do this with a fixture containing MbUnit tests the VS test runner runs all of the MbUnit tests in the solution. The same thing happens if I right-click in the test method and select Run Tests. I know I can go to the Test View window and right-click the test name and select Run Tests and only that test is run. But I've been using MSTest for so long that my fingers type CTRL+R, T and CTRL+R, CTRL+T without even thinking.
-- You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To view this discussion on the web visit https://groups.google.com/d/msg/mbunituser/-/tpbRGKhBF18J. 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.
