org.springframework.config.java
Class HiddenBeansAutowiringTests

java.lang.Object
  extended by org.springframework.config.java.HiddenBeansAutowiringTests

public class HiddenBeansAutowiringTests
extends Object


Nested Class Summary
static class HiddenBeansAutowiringTests.MyBean
           
static class HiddenBeansAutowiringTests.MyBeanHolder
           
static class HiddenBeansAutowiringTests.MyConfig
           
static class HiddenBeansAutowiringTests.Widget
           
 
Constructor Summary
HiddenBeansAutowiringTests()
           
 
Method Summary
protected  ApplicationContext createContext()
           
 void testAutowiringProtected()
           
 void testAutowiringProtectedWithXml()
           
 void testAutowiringPublic()
           
 void testAutowiringPublicWithXml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiddenBeansAutowiringTests

public HiddenBeansAutowiringTests()
Method Detail

createContext

protected ApplicationContext createContext()
                                    throws Exception
Throws:
Exception

testAutowiringProtected

public void testAutowiringProtected()
                             throws Exception
Throws:
Exception

testAutowiringPublic

public void testAutowiringPublic()
                          throws Exception
Throws:
Exception

testAutowiringPublicWithXml

public void testAutowiringPublicWithXml()

testAutowiringProtectedWithXml

public void testAutowiringProtectedWithXml()


Copyright ? 2005-2008 Spring Framework. All Rights Reserved.