TDD in the eyes of a simpleminded: Code Available
I’ve attached the code I demonstrated so far to the original posts so you could play with the code a little and understand how it all connects (if code samples in my posts were not clear enough).
Requirements:
- Nunit 2.2.8
- TestDriven.Net (this is actually an extra, but give yourself a break and download this gold)
- Visual Studio .Net 2005
Code (inside the posts):
TDD in the eyes of a simpleminded: Part 1 – The NameResolver
TDD in the eyes of a simpleminded: Part 2 – Testing inner behavior
Have fun !
p.s: in every additional post I’ll publish about “TDD in the eyes of a simpleminded” I will upload the code.