Test framework in VS 2K5
Via the accessor object I am able to see all methods and property of the form's controls. For some reason when I try to reference any of these properties, for example a textbox's "text" property, I get an error.
I've also noticed that form events do not fire during unit tests. If I expand a node in a treeview the "BeforeExpanded" event never fires.
What am I doing wrong? Am I failing to initialize or set something?

