Tagged Questions
2
votes
2answers
313 views
NUnit: Global error method/event for handling exceptions
I'm looking for a way to catch exceptions globally in my NUnit project class library. So if one of my unit tests throws an exception, I can catch it in one spot. I don't want to surround each of my ...