Tagged Questions
2
votes
2answers
294 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 ...
3
votes
2answers
150 views
Is NUnit a viable choice for a starting long term project these days?
I currently participate on the decision to pick a unit testing framework for a bigger long term project. NUnit, being an ubiquitous unit testing tool, would make it a natural choice for me, but not so ...