0

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

StephenPAdams
  • 2,797
  • 2
  • 30
  • 49

1 Answers1

2

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
  • 3,823
  • 1
  • 30
  • 32