org.springframework.config.java
Class ExternalBeanDependenciesTests

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

public class ExternalBeanDependenciesTests
extends Object

Test multiple ExternalBean annotations that depends between each other.

Author:
Costin Leau

Constructor Summary
ExternalBeanDependenciesTests()
           
 
Method Summary
 void testCircularExternalBean()
           
 void testNamedExternalBean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalBeanDependenciesTests

public ExternalBeanDependenciesTests()
Method Detail

testCircularExternalBean

public void testCircularExternalBean()
                              throws Exception
Throws:
Exception

testNamedExternalBean

public void testNamedExternalBean()
                           throws Exception
Throws:
Exception


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