Adds a new Test Project type to Visual Studio, the 'Windows Phone Test Project'. Giving you a quick way to start unit testing on Windows Phone 7. Once you create a new Windows Phone Test project, you have to use NuGet to get the latest versions of either Silverlight Unit Test Framework for Windows Phone (No Mango Support yet!) or Windows Phone Essentials Testing, which adds references to the Silverlight Unit Test Framework which has been updated for use with Mango, as well as a few testing helpers, and an abstractions layer to make the core windows phone static classes testable. |