by David | Jan 26, 2012 | Debugging, Development
I just went through 2 hours of painful troubleshooting my devenv thinking the loading of debug symbols had broken. Whenever I ran my test a couple of breakpoints would hit and then suddenly it would quit the test with a positive result. Whut?! I thought.. then...
by David | Jun 29, 2011 | Development
We´d like to unit test everything but sometimes that´s just not enough. Especially when working with third-party libraries which output files of some kind and we need to verify the result. We could use something like this to get a unique name for our temporary test...
by David | Jun 26, 2011 | Development
I just loaded my Visual Studio instance and got the most bizarre test run error. In addition, I found no answers on google. Now that´s surprising! I found the error by pressing the blue link here: Which displayed to me this: Error 2011-06-13 10:20:42 The...