org.springframework.config.java
Class ScopingTests
java.lang.Object
org.springframework.config.java.ScopingTests
public class ScopingTests
- extends Object
Test that scopes are properly supported by using a custom scope and scoped
proxies.
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCOPE
public static final String SCOPE
- See Also:
- Constant Field Values
flag
public static String flag
ScopingTests
public ScopingTests()
setUp
public void setUp()
throws Exception
- Throws:
Exception
tearDown
public void tearDown()
throws Exception
- Throws:
Exception
genericTestScope
public void genericTestScope(String beanName)
throws Exception
- Throws:
Exception
testScopeOnClasses
public void testScopeOnClasses()
throws Exception
- Throws:
Exception
testScopeOnInterfaces
public void testScopeOnInterfaces()
throws Exception
- Throws:
Exception
testSameScopeOnDifferentBeans
public void testSameScopeOnDifferentBeans()
throws Exception
- Throws:
Exception
testInvalidScopedProxy
public void testInvalidScopedProxy()
throws Exception
- Throws:
Exception
testScopedProxyOnNonBeanAnnotatedMethod
public void testScopedProxyOnNonBeanAnnotatedMethod()
throws Exception
- Throws:
Exception
testRawScopes
public void testRawScopes()
throws Exception
- Throws:
Exception
testScopedProxyConfiguration
public void testScopedProxyConfiguration()
throws Exception
- Throws:
Exception
testScopedProxyConfigurationWithClasses
public void testScopedProxyConfigurationWithClasses()
throws Exception
- Throws:
Exception
testScopedConfigurationBeanDefinitionCount
public void testScopedConfigurationBeanDefinitionCount()
throws Exception
- Throws:
Exception
Copyright ? 2005-2008 Spring Framework. All Rights Reserved.