views:

22

answers:

1

Hey guys,

Does anyone know how to have the test results of a Gallio test run (I'm using MbUnit, fwiw), show in the Output tab of Visual Studio? Right now it's opening a new window and showing the results there.

Thanks fellas, -Steve

+2  A: 

You might want to use the TestDriven.Net test runner. It's entirely compatible with Gallio/MbUnit and it displays the test results in the VS Output Window.

Yann Trevin
Perfect. This alleviated the issues I was having! Thanks, Yann.
LookitsPuck