Building a Custom NUnit Runner

On my way to “debugging” NUnit Tests with Enterprise Architect. I ran into issues with the NUnit Console runner – EA’s Debugger wouldn’t properly attach to it. So I started investigating how I could make a very very simple NUnit runner to help me on that. During my...