| org.jasig.portal.ExceptionHelperTest
ExceptionHelperTest | public class ExceptionHelperTest extends TestCase (Code) | | Testcase for ExceptionHelper.
author: andrew.petro@yale.edu version: $Revision: 34862 $ $Date: 2004-10-26 10:26:06 -0700 (Tue, 26 Oct 2004) $ |
Method Summary | |
public void | testCauseTrace() Test that a Cause after trimming is maintained. | public void | testNoTrim() Test ability to refrain from trimming stack trace where
no trimming is necessary. | public void | testTrimCauseTrace() Test that causes are also properly trimmed. | public void | testTrimStackTrace() Test ability to trim a basic stack trace. |
testCauseTrace | public void testCauseTrace()(Code) | | Test that a Cause after trimming is maintained.
|
testNoTrim | public void testNoTrim()(Code) | | Test ability to refrain from trimming stack trace where
no trimming is necessary.
|
testTrimCauseTrace | public void testTrimCauseTrace()(Code) | | Test that causes are also properly trimmed.
|
testTrimStackTrace | public void testTrimStackTrace()(Code) | | Test ability to trim a basic stack trace.
|
|
|