net.sf.sasl.common.helper
Class SpringProxyHelperTest

java.lang.Object
  extended by org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
      extended by net.sf.sasl.common.helper.SpringProxyHelperTest
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware

@ContextConfiguration(locations="classpath:/net/sf/sasl/common/helper/springProxyHelperTest.xml")
public class SpringProxyHelperTest
extends org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests

Test cases for the SpringProxyHelper class.

Author:
Philipp Förmer

Field Summary
 
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger
 
Constructor Summary
SpringProxyHelperTest()
           
 
Method Summary
 void setUp()
           
 void testFindNotProxiedMethodDeclaration()
          Test cases for the findNotProxiedMethodDeclaration(Object, Method) method.
 void testTryUnproxy()
          Test cases for the tryUnproxy(Object) method.
 
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringProxyHelperTest

public SpringProxyHelperTest()
Method Detail

setUp

public void setUp()

testTryUnproxy

public void testTryUnproxy()
                    throws Exception
Test cases for the tryUnproxy(Object) method.

Throws:
Exception

testFindNotProxiedMethodDeclaration

public void testFindNotProxiedMethodDeclaration()
                                         throws Exception
Test cases for the findNotProxiedMethodDeclaration(Object, Method) method.

Throws:
Exception


Copyright © 2010. All Rights Reserved.