Download source code... The pattern I have used successfuly is to add a handler before invoking your test subject, then setting some private member variables in the handler and inspecting their values. Whenever I do this, I typically clear the privates in a TestInitialize to ensure if someone else forgets...