Console.Out is not visible in the VS output window
Status: Beta
Brought to you by:
jcansdale
Output directed towards the System.Console.Out is not
visible in the Output window of Visual Studio . Net 2003
Remember that the standard NUnit-GUI supports this.
Also a previous version (0.2.24) of the Addin supported
this:
Example:
[Test]
public void ATest
{
...
System.Console.WriteLine("Hello");
// output is NOT visible in the VS output window
...
}
Logged In: YES
user_id=619229
This should be fixed in the latest version (NUnitAddin-
0.6.207.msi).