[MonoDevelop] nunit trace output
Andres Meyer
andres.meyer at computer.org
Tue Dec 7 09:27:44 EST 2010
Hi there,
I would like to show trace output of the test dll and the dll being
tested in the monodevelop nunit console. I did not manage.
I guess its a quite common setup with Trace.WriteLine("xxx") statements
everywhere. Using Console.WriteLine works fine. From the debugger I can
see that there is a ConsoleTraceListener and a TextWriterListener in
Trace.Listeners in the nunit Init function. I tried (just in case) to
manually add a another ConsoleTraceListener and write my own
minimalistic ConsoleTraceListener, but it just does not trigger. It
could have something to do with the trace switches, but I dont know how
to set these for nunit.
What am I missing here? I did search bugzilla and the list archives but
did not find anything that would help, so if I missed it, just point me
there.
Cheers,
Andres
More information about the Monodevelop-list
mailing list