Quick question: Usually I'm in the habit of putting a try-catch block around code "just for the heck of it", especially if that code contains a call to an external 3rd-party library. This seems like a good practice to make sure all exceptions are handled gracefully. However, when unit testing...