[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Shortened stack traces in jUnit

Hello,


when a test method throws an exception in jUnit the stack trace is sometimes shortened (ending with a line like "... 18 more").


Shortened stack traces are annoying for me as they cut out exactly
that bit of information, that would be neccessary to track down the bug.

Is there a way to get the full stack trace - no matter how long it is?

I am using Eclipse 2.1 with the integrated jUnit support.

Thanks in advance,

Hans

P.S.:
Stack traces are often shortened if the exceptions are encapsulated in other exceptions (sometimes called "root cause").