is it expected that there is no time bomb for junit tests?

2006-08-02 Thread Mike Matrigali
While running derbyall my run hung all night on a junit test, I assume this is expected if the test hung.

Re: is it expected that there is no time bomb for junit tests?

2006-08-02 Thread Rick Hillegas
The following link explains how to set the timeout for an individual JUnit test case--however, this mechanism requires jdk1.5 or higher: http://www.instrumentalservices.com/content/view/45/52/#_Timing_out_a_test In addition, if you run JUnit tests under ant, you can use the timeout attribute

Re: is it expected that there is no time bomb for junit tests?

2006-08-02 Thread Kristian Waagan
Rick Hillegas wrote: The following link explains how to set the timeout for an individual JUnit test case--however, this mechanism requires jdk1.5 or higher: http://www.instrumentalservices.com/content/view/45/52/#_Timing_out_a_test I must admit that JUnit4 seems to have several nice