views:

55

answers:

0

I'm trying to unit test a few controls using the HttpSimulator object from subtext (more here).

However, some controls throw a NullReferenceException from the method System.Web.UI.Control.ResolveAdapter(). Has anyone dealt with this problem? Is there a different tool that allows simulating the session and request structure but doesn't have this issue?