We have a need to report additional contextual data whenever we encounter 
unexpected exceptions in our end2end and integration tests.  We currently 
have mechanisms to log this information, but we're having a hard time 
inserting the hooks to decorate every test method as well as the test and 
fixture setup and teardowns methods.  The thought of adding an attribute to 
everyone of these members daunting.  Is there a good way to do this from 
AssemblySetup?  If not, is there a way to do this with an attribute we can 
add to a fixture?

I've played around with adding wrapping TestActions and 
TestInstanceActions, but haven't been able to find figure out how to 
correctly wrap any of these methods.

Thanks,
Drew

-- 
You received this message because you are subscribed to the Google Groups 
"MbUnit.User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/mbunituser/-/nkPvSSaslg4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mbunituser?hl=en.

Reply via email to