I finally noticed the other day the "Add method stub" SmartTag wasn't appearing for a new method name I type in. I decided I'd have a closer look... When you're practicing Test-Driven Development (TDD) you want to write a test for methods before you write the methods. This means...