Well I have been thinking about this for a while, ever since I was introduced to TDD.
Which would be the best way to build a \"Hello World\" application ? which would print \"H
In java you could capture ("redirect") the System.out stream and read its contents. I'm sure the same could be done in C#. It's only a few lines of code in java, so I'm sure it won't be much more in C#