org.springframework.config.java.support
Class ConfigurationSupportTests

java.lang.Object
  extended by org.springframework.config.java.support.ConfigurationSupportTests

public class ConfigurationSupportTests
extends Object

Author:
Rod Johnson, Chris Beams

Nested Class Summary
static class ConfigurationSupportTests.ApplicationContextTest
           
static class ConfigurationSupportTests.Config1
           
static class ConfigurationSupportTests.Config2
           
static class ConfigurationSupportTests.Config3
           
static class ConfigurationSupportTests.FactoryBeanTest
           
static class ConfigurationSupportTests.TypeSafeConfig
           
static class ConfigurationSupportTests.TypeSafeConfigWithStringQualifier
           
 
Constructor Summary
ConfigurationSupportTests()
           
 
Method Summary
 void testApplicationContextCallbacks()
           
 void testFactoryBeanCallbacks()
           
 void testStringBasedGetBean()
           
 void testTypeSafeGetBean()
           
 void testTypeSafeGetBeanWithStringQualifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationSupportTests

public ConfigurationSupportTests()
Method Detail

testFactoryBeanCallbacks

public void testFactoryBeanCallbacks()

testApplicationContextCallbacks

public void testApplicationContextCallbacks()

testStringBasedGetBean

public void testStringBasedGetBean()

testTypeSafeGetBean

public void testTypeSafeGetBean()

testTypeSafeGetBeanWithStringQualifier

public void testTypeSafeGetBeanWithStringQualifier()


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