You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing the stack trace of a test failure in the TestNG eclipse plugin the stack trace is truncated and I can't see the line of my test that failed. This is a particular problem when using AbstractTransactionalTestNGSpringContextTests - all I see is the outer spring exception.
When viewing the stack trace of a test failure in the TestNG eclipse plugin the stack trace is truncated and I can't see the line of my test that failed. This is a particular problem when using AbstractTransactionalTestNGSpringContextTests - all I see is the outer spring exception.
See screenshot: http://i.imgur.com/SLmuw.png
In the stacktrace in the screenshot I can see the transaction died and rolled back, but I have no idea why.
JUnit (using the spring junit runner) will show me the nested exceptions and the line in my test that failed in the stack trace.
Migrated from testng-team/testng#239
The text was updated successfully, but these errors were encountered: