views:

307

answers:

1

Previously when executing unit tests with xunit.net / testdriven.net I could see output written to the console (via Console.WriteLine) displayed in the output window.

I'm now using the Gallio TestDriven.Net runner to execute xunit.net tests (Gallio TestDriven.Net Runner - Version 3.0.6 build 787) - and I'm finding it no longer captures the console output.

Gallio appears pretty configurable, is this something that can be enabled?

+1  A: 

This is fixed in Gallio v3.1.

Jeff Brown
Great thanks... I'll upgrade and give it ago.
Bittercoder