ch.elca.el4j.tests.util.config
Class GenericConfigSpringTest

java.lang.Object
  extended by ch.elca.el4j.tests.util.config.AbstractGenericConfigTest
      extended by ch.elca.el4j.tests.util.config.GenericConfigSpringTest

public class GenericConfigSpringTest
extends AbstractGenericConfigTest

This class tests GenericConfig using Spring.

Author:
Stefan Wismer (SWI)
File-location:
GenericConfigSpringTest
Last check-in date:
2009-08-04 14:35:53 +0200 (Di, 04. Aug 2009) by swismer for revision 3875

Field Summary
(package private)  ApplicationContext m_appContext
          The application context.
 
Constructor Summary
GenericConfigSpringTest()
          Default constructor.
 
Method Summary
protected  GenericConfig getDefaultConfig()
          
protected  GenericConfig getMoreSpecificConfig()
          
protected  GenericConfig getSpecificConfig()
          
 void testMoreSpecificConfigUsingProperties()
           
 
Methods inherited from class ch.elca.el4j.tests.util.config.AbstractGenericConfigTest
testGenericConfig, testMoreSpecificConfig, testSpecificConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_appContext

final ApplicationContext m_appContext
The application context.

Constructor Detail

GenericConfigSpringTest

public GenericConfigSpringTest()
Default constructor.

Method Detail

getDefaultConfig

protected GenericConfig getDefaultConfig()

Specified by:
getDefaultConfig in class AbstractGenericConfigTest
Returns:
the default configuration

getSpecificConfig

protected GenericConfig getSpecificConfig()

Specified by:
getSpecificConfig in class AbstractGenericConfigTest
Returns:
the specific configuration

getMoreSpecificConfig

protected GenericConfig getMoreSpecificConfig()

Specified by:
getMoreSpecificConfig in class AbstractGenericConfigTest
Returns:
the more specific configuration

testMoreSpecificConfigUsingProperties

public void testMoreSpecificConfigUsingProperties()


Copyright © 2005-2011 ELCA. All Rights Reserved.