org.springframework.config.java.context
Class JavaConfigApplicationContextConstructionTests
java.lang.Object
org.springframework.config.java.context.JavaConfigApplicationContextConstructionTests
public final class JavaConfigApplicationContextConstructionTests
- extends Object
Tests that excercise the various constructors on
JavaConfigApplicationContext
.
- Author:
- Chris Beams
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaConfigApplicationContextConstructionTests
public JavaConfigApplicationContextConstructionTests()
nullOutContext
public void nullOutContext()
testBootstrappingJavaConfigViaXml
public void testBootstrappingJavaConfigViaXml()
testConstructionWithSingleClassAndSingleBasePackage
public void testConstructionWithSingleClassAndSingleBasePackage()
testOpenEndedConstructionWithoutSettingClassesOrPackagesIsLegal
public void testOpenEndedConstructionWithoutSettingClassesOrPackagesIsLegal()
testOpenEndedConstructionWithParentApplicationContextAndSingleClass
public void testOpenEndedConstructionWithParentApplicationContextAndSingleClass()
testOpenEndedConstructionWithoutCallingRefreshThrowsException
public void testOpenEndedConstructionWithoutCallingRefreshThrowsException()
testSetParentAfterConstructionThrowsException
public void testSetParentAfterConstructionThrowsException()
testConstructionWithMultipleClassNames
public void testConstructionWithMultipleClassNames()
testConstructionWithSingleBasePackage
public void testConstructionWithSingleBasePackage()
- Sets up a base package with two classes in it, one of which is abstract
and should thus be ignored
testConstructionWithMultipleBasePackages
public void testConstructionWithMultipleBasePackages()
testConstructionWithMixOfClassesAndBasePackages
public void testConstructionWithMixOfClassesAndBasePackages()
Copyright ? 2005-2008 Spring Framework. All Rights Reserved.