ch.elca.el4j.tests.core.aop
Class ExceptionChainConverterInterceptorTest

java.lang.Object
  extended by ch.elca.el4j.tests.core.aop.ExceptionChainConverterInterceptorTest

public class ExceptionChainConverterInterceptorTest
extends Object

Test case for exception chain converter.

Author:
pos
File-location:
ExceptionChainConverterInterceptorTest
Last check-in date:
2009-08-04 14:35:53 +0200 (Di, 04. Aug 2009) by swismer for revision 3875

Nested Class Summary
(package private) static class ExceptionChainConverterInterceptorTest.ExceptionChainConversionInterceptorChild
           
 
Field Summary
(package private)  Throwable m_testThrowable
           
 
Constructor Summary
ExceptionChainConverterInterceptorTest()
           
 
Method Summary
private  void checkThrowableIsCorrectlyHandled(Throwable result)
           
 void testBasicInterceptor()
          Test normal invocation usage
 void testConvertCause()
          Test isolated cause conversion
 void testInterceptorWithException()
          Test usage with exception
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_testThrowable

Throwable m_testThrowable
Constructor Detail

ExceptionChainConverterInterceptorTest

public ExceptionChainConverterInterceptorTest()
Method Detail

testBasicInterceptor

public void testBasicInterceptor()
Test normal invocation usage


testInterceptorWithException

public void testInterceptorWithException()
Test usage with exception


testConvertCause

public void testConvertCause()
Test isolated cause conversion


checkThrowableIsCorrectlyHandled

private void checkThrowableIsCorrectlyHandled(Throwable result)


Copyright © 2005-2011 ELCA. All Rights Reserved.