ASP.NET unit tests let you test classes and methods defined in an ASP.NET web site. In a post last year , I explained how to test a site's page object, which is not available for test generation like classes in App_Code are. Today I'm going to show a