net.sf.sasl.common.helper
Class SpringProxyHelperTest
java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
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
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests |
applicationContext, logger |
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 |
SpringProxyHelperTest
public SpringProxyHelperTest()
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.