org.springframework.config.java.context
Class JavaConfigWebApplicationContextTests
java.lang.Object
org.springframework.config.java.context.JavaConfigWebApplicationContextTests
public class JavaConfigWebApplicationContextTests
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaConfigWebApplicationContextTests
public JavaConfigWebApplicationContextTests()
initContext
public void initContext()
testSetConfigLocationsWithEmptyArray
public void testSetConfigLocationsWithEmptyArray()
testSetConfigLocationsWithNullArray
public void testSetConfigLocationsWithNullArray()
testSetConfigLocationsWithArrayContainingNullElement
public void testSetConfigLocationsWithArrayContainingNullElement()
testSetConfigLocationsWithArrayContainingBogusClassName
public void testSetConfigLocationsWithArrayContainingBogusClassName()
testSetConfigLocationsWithArrayContainingInnerClassName
public void testSetConfigLocationsWithArrayContainingInnerClassName()
testManualRefreshRequired
public void testManualRefreshRequired()
- Tests that a JavaConfigWebApplicationContext must have refresh() called
on it before being used. refresh() is called as part of the lifecycle of
DispatcherServlet
and ContextLoaderListener
. Typically
users would not manually instantiate this class.
testSetConfigLocationsWithSingleClass
public void testSetConfigLocationsWithSingleClass()
testSetConfigLocationsWithDuplicateClass
public void testSetConfigLocationsWithDuplicateClass()
testConstructionWithMixOfClassesAndBasePackages
public void testConstructionWithMixOfClassesAndBasePackages()
testConstructionWithWildcardBasePackage
public void testConstructionWithWildcardBasePackage()
Copyright ? 2005-2008 Spring Framework. All Rights Reserved.