xamarin / Touch.Unit

NUnitLite based runner for unit testing .NET code under iOS
http://spouliot.wordpress.com/category/touch-unit/
51 stars 51 forks source link

[TouchRunner] Add support for writing to multiple writers at the same time. #102

Closed rolfbjarne closed 3 years ago

rolfbjarne commented 3 years ago

This way we can get output to stdout/stderr at the same time as writing to a file.

This solves a few nuisances:

This will change the default behavior to always print any output to stdout/stderr.