How can I effectively test against the Windows API?
- by Billy ONeal
I'm still having issues justifying TDD to myself. As I have mentioned in other questions, 90% of the code I write does absolutely nothing but
Call some Windows API functions and
Print out the data returned from said functions.
The time spent coming up with the fake data that the code needs to process under TDD is incredible -- I literally spend…