I&#39;m having a difficult time figuring out how to determine a test&#39;s status from the tearDown method, do any of you know how I might go about doing so?<br>Example: While running a test some unhandled exception is thrown, which causes the test to fail, I would like to know about it in the tearDown method. Or if a test fails due to an assertion failure, I would still like to know about it in tearDown so that I can attach some extra logging information to the test&#39;s failure output. <br>
<br>-j<br>