org.springframework.config.java.context
Class JavaConfigApplicationContextTests

java.lang.Object
  extended by org.springframework.config.java.context.JavaConfigApplicationContextTests

public final class JavaConfigApplicationContextTests
extends Object

Author:
Costin Leau, Rod Johnson, Chris Beams

Field Summary
protected  org.springframework.config.java.context.JavaConfigApplicationContext ctx
           
 
Constructor Summary
JavaConfigApplicationContextTests()
           
 
Method Summary
 void tearDown()
           
 void testAbstractConfigurationDoesNotGetProcessed()
           
 void testAbstrectConfigurationWithExternalBeanDoesGetProcessed()
           
 void testAllVariationsOnOrderingOfClassesAndBasePackages()
           
 void testImportAnnotationOnInnerClasses()
           
 void testImportAnnotationWithMultipleArguments()
           
 void testImportAnnotationWithMultipleArgumentsResultingInDuplicateBeanDefinition()
           
 void testImportAnnotationWithThreeLevelRecursion()
           
 void testImportAnnotationWithTwoLevelRecursion()
           
 void testOpenEndedConstructionSupplyingBasePackagesBeforeRefresh()
           
 void testProcessImports()
           
 void testReadClassesByName()
           
 void testReadSimplePackage()
           
 void testScanningPackageDoesNotIncludeInnerConfigurationClasses()
          complex.* package contains only one top-level configuration class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ctx

protected org.springframework.config.java.context.JavaConfigApplicationContext ctx
Constructor Detail

JavaConfigApplicationContextTests

public JavaConfigApplicationContextTests()
Method Detail

tearDown

public void tearDown()

testReadSimplePackage

public void testReadSimplePackage()

testScanningPackageDoesNotIncludeInnerConfigurationClasses

public void testScanningPackageDoesNotIncludeInnerConfigurationClasses()
complex.* package contains only one top-level configuration class. Inner classes should not be included.


testReadClassesByName

public void testReadClassesByName()

testProcessImports

public void testProcessImports()

testImportAnnotationWithTwoLevelRecursion

public void testImportAnnotationWithTwoLevelRecursion()

testImportAnnotationWithThreeLevelRecursion

public void testImportAnnotationWithThreeLevelRecursion()

testImportAnnotationWithMultipleArguments

public void testImportAnnotationWithMultipleArguments()

testImportAnnotationWithMultipleArgumentsResultingInDuplicateBeanDefinition

public void testImportAnnotationWithMultipleArgumentsResultingInDuplicateBeanDefinition()

testImportAnnotationOnInnerClasses

public void testImportAnnotationOnInnerClasses()

testAbstractConfigurationDoesNotGetProcessed

public void testAbstractConfigurationDoesNotGetProcessed()

testAbstrectConfigurationWithExternalBeanDoesGetProcessed

public void testAbstrectConfigurationWithExternalBeanDoesGetProcessed()

testOpenEndedConstructionSupplyingBasePackagesBeforeRefresh

public void testOpenEndedConstructionSupplyingBasePackagesBeforeRefresh()

testAllVariationsOnOrderingOfClassesAndBasePackages

public void testAllVariationsOnOrderingOfClassesAndBasePackages()


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