uncaught exceptions in threads will now get caught and
reported during tearDown.
Note: You still need to join with a spawned thread.
Added test case to show that uncaught exceptions cause
failures.
----------------------------------------------------------------------
Committing in .
Modified Files:
src/edu/rice/cs/drjava/model/MultiThreadedTestCase.java
Added Files:
src/edu/rice/cs/drjava/model/MultiThreadedTestCaseTest.java