SummaryIn this lab, you have explored some of the new IDE enhancements targeted at the test-first developer. You have seen navigation improvements designed to help you get around your code base more quickly and easily. You have seen the IDE’s ability to help you stub out methods you are targeting in your test classes, even pushing that code into completely different files. You have even seen how simple it is to see the status of your code and design via the test runner. Finally, and perhaps most importantly, if you are new to test driven design/development, hopefully you have gotten a taste of how Visual Studio can help you move into this exciting approach to creating lean, tight, high-quality software. |