org.springframework.osgi.web.context.support
Class OsgiBundleXmlWebApplicationContextTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.osgi.web.context.support.OsgiBundleXmlWebApplicationContextTest
All Implemented Interfaces:
Test

public class OsgiBundleXmlWebApplicationContextTest
extends TestCase

Author:
Costin Leau

Constructor Summary
OsgiBundleXmlWebApplicationContextTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testConfigLocation()
           
 void testCustomizeApplicationContextServiceProperties()
           
 void testDefaultConfigLocationsWNamespace()
           
 void testDefaultConfigLocationsWONamespace()
           
 void testNamespace()
           
 void testNamespaceFallingBackToServletConfig()
           
 void testPostProcessBeanFactoryConfigurableListableBeanFactory()
           
 void testSetServletConfig()
           
 void testSetServletContextWBundleContext()
           
 void testSetServletContextWOBundleContext()
           
 void testSetServletContextWOBundleContextWithParent()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OsgiBundleXmlWebApplicationContextTest

public OsgiBundleXmlWebApplicationContextTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class TestCase
Throws:
Exception

testPostProcessBeanFactoryConfigurableListableBeanFactory

public void testPostProcessBeanFactoryConfigurableListableBeanFactory()

testCustomizeApplicationContextServiceProperties

public void testCustomizeApplicationContextServiceProperties()

testSetServletContextWOBundleContext

public void testSetServletContextWOBundleContext()

testSetServletContextWOBundleContextWithParent

public void testSetServletContextWOBundleContextWithParent()
                                                    throws Exception
Throws:
Exception

testSetServletContextWBundleContext

public void testSetServletContextWBundleContext()

testSetServletConfig

public void testSetServletConfig()

testNamespace

public void testNamespace()

testNamespaceFallingBackToServletConfig

public void testNamespaceFallingBackToServletConfig()
                                             throws Exception
Throws:
Exception

testDefaultConfigLocationsWONamespace

public void testDefaultConfigLocationsWONamespace()

testDefaultConfigLocationsWNamespace

public void testDefaultConfigLocationsWNamespace()
                                          throws Exception
Throws:
Exception

testConfigLocation

public void testConfigLocation()


Copyright © 2006-2011 Spring Framework. All Rights Reserved.