[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Shortened stack traces in jUnit
|
- From: Johann Uhrmann <johann.uhrmann@xxxxxxxxxx>
- Date: Mon, 05 May 2003 15:19:53 +0200
- Newsgroups: eclipse.tools
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030210
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").