org.springframework.config.java.context
Class JavaConfigApplicationContextTests
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ctx
protected org.springframework.config.java.context.JavaConfigApplicationContext ctx
JavaConfigApplicationContextTests
public JavaConfigApplicationContextTests()
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.