Check console output in NUnit

Posted by HeavyWave on Stack Overflow See other posts from Stack Overflow or by HeavyWave
Published on 2010-05-12T07:20:06Z Indexed on 2010/05/12 7:24 UTC
Read the original article Hit count: 170

Filed under:

Is it possible to check what was written to console or a log file with NUnit? I have some legacy code where the only indication of correctness is the console output, so I want to be able to check that against expected values.

© Stack Overflow or respective owner

Related posts about nunit