org.springframework.config.java.context
Class JavaConfigWebApplicationContextTests

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

public class JavaConfigWebApplicationContextTests
extends Object


Constructor Summary
JavaConfigWebApplicationContextTests()
           
 
Method Summary
 void initContext()
           
 void testConstructionWithMixOfClassesAndBasePackages()
           
 void testConstructionWithWildcardBasePackage()
           
 void testManualRefreshRequired()
          Tests that a JavaConfigWebApplicationContext must have refresh() called on it before being used.
 void testSetConfigLocationsWithArrayContainingBogusClassName()
           
 void testSetConfigLocationsWithArrayContainingInnerClassName()
           
 void testSetConfigLocationsWithArrayContainingNullElement()
           
 void testSetConfigLocationsWithDuplicateClass()
           
 void testSetConfigLocationsWithEmptyArray()
           
 void testSetConfigLocationsWithNullArray()
           
 void testSetConfigLocationsWithSingleClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaConfigWebApplicationContextTests

public JavaConfigWebApplicationContextTests()
Method Detail

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.